Uses of Interface
net.minecraft.command.EntitySelectorOptions.SelectorHandler
| Package | Description |
|---|---|
| net.minecraft.command |
-
Uses of EntitySelectorOptions.SelectorHandler in net.minecraft.command
Fields in net.minecraft.command declared as EntitySelectorOptions.SelectorHandler Modifier and Type Field Description EntitySelectorOptions.SelectorHandlerEntitySelectorOptions.SelectorOption. handlerMethods in net.minecraft.command that return EntitySelectorOptions.SelectorHandler Modifier and Type Method Description static EntitySelectorOptions.SelectorHandlerEntitySelectorOptions. getHandler(EntitySelectorReader reader, String option, int restoreCursor)Methods in net.minecraft.command with parameters of type EntitySelectorOptions.SelectorHandler Modifier and Type Method Description private static voidEntitySelectorOptions. putOption(String id, EntitySelectorOptions.SelectorHandler handler, Predicate<EntitySelectorReader> condition, Text description)Constructors in net.minecraft.command with parameters of type EntitySelectorOptions.SelectorHandler Constructor Description SelectorOption(EntitySelectorOptions.SelectorHandler handler, Predicate<EntitySelectorReader> condition, Text description)