Uses of Interface
net.minecraft.command.EntitySelectorOptions.SelectorHandler
-
Uses of EntitySelectorOptions.SelectorHandler in net.minecraft.command
Modifier and TypeFieldDescriptionprivate final EntitySelectorOptions.SelectorHandler
EntitySelectorOptions.SelectorOption.handler
The field for thehandler
record component.Modifier and TypeMethodDescriptionEntitySelectorOptions.getHandler
(EntitySelectorReader reader, String option, int restoreCursor) EntitySelectorOptions.SelectorOption.handler()
Returns the value of thehandler
record component.Modifier and TypeMethodDescriptionprivate static void
EntitySelectorOptions.putOption
(String id, EntitySelectorOptions.SelectorHandler handler, Predicate<EntitySelectorReader> condition, Text description) ModifierConstructorDescription(package private)
SelectorOption
(EntitySelectorOptions.SelectorHandler handler, Predicate<EntitySelectorReader> condition, Text description) Creates an instance of aSelectorOption
record class.