public final class EntitySelectorParameterTypeFactory extends java.lang.Object implements revxrsal.commands.parameter.ParameterType.Factory<BukkitCommandActor>
| Constructor and Description |
|---|
EntitySelectorParameterTypeFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> @Nullable revxrsal.commands.parameter.ParameterType<BukkitCommandActor,T> |
create(@NotNull java.lang.reflect.Type parameterType,
@NotNull revxrsal.commands.annotation.list.AnnotationList annotations,
@NotNull revxrsal.commands.Lamp<BukkitCommandActor> lamp) |
@Nullable public <T> @Nullable revxrsal.commands.parameter.ParameterType<BukkitCommandActor,T> create(@NotNull @NotNull java.lang.reflect.Type parameterType, @NotNull @NotNull revxrsal.commands.annotation.list.AnnotationList annotations, @NotNull @NotNull revxrsal.commands.Lamp<BukkitCommandActor> lamp)
create in interface revxrsal.commands.parameter.ParameterType.Factory<BukkitCommandActor>