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.SelectorHandler
EntitySelectorOptions.SelectorOption. handler
Methods in net.minecraft.command that return EntitySelectorOptions.SelectorHandler Modifier and Type Method Description static EntitySelectorOptions.SelectorHandler
EntitySelectorOptions. 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 void
EntitySelectorOptions. 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)