Uses of Interface
net.minecraft.command.EntitySelectorOptions.SelectorHandler
Packages that use EntitySelectorOptions.SelectorHandler
-
Uses of EntitySelectorOptions.SelectorHandler in net.minecraft.command
Fields in net.minecraft.command declared as EntitySelectorOptions.SelectorHandlerMethods in net.minecraft.command that return EntitySelectorOptions.SelectorHandlerModifier and TypeMethodDescriptionEntitySelectorOptions.getHandler(EntitySelectorReader reader, String option, int restoreCursor)
Methods in net.minecraft.command with parameters of type EntitySelectorOptions.SelectorHandlerModifier and TypeMethodDescriptionprivate static void
EntitySelectorOptions.putOption(String id, EntitySelectorOptions.SelectorHandler handler, Predicate<EntitySelectorReader> condition, Text description)
Constructors in net.minecraft.command with parameters of type EntitySelectorOptions.SelectorHandlerModifierConstructorDescription(package private)
SelectorOption(EntitySelectorOptions.SelectorHandler selectorHandler, Predicate<EntitySelectorReader> predicate, Text text)