Uses of Interface
net.minecraft.commands.arguments.selector.options.EntitySelectorOptions.Modifier
Packages that use EntitySelectorOptions.Modifier
-
Uses of EntitySelectorOptions.Modifier in net.minecraft.commands.arguments.selector.options
Fields in net.minecraft.commands.arguments.selector.options declared as EntitySelectorOptions.ModifierModifier and TypeFieldDescriptionprivate final EntitySelectorOptions.Modifier
EntitySelectorOptions.Option.modifier
The field for themodifier
record component.Methods in net.minecraft.commands.arguments.selector.options that return EntitySelectorOptions.ModifierModifier and TypeMethodDescriptionEntitySelectorOptions.get
(EntitySelectorParser pParser, String pId, int pCursor) EntitySelectorOptions.Option.modifier()
Returns the value of themodifier
record component.Methods in net.minecraft.commands.arguments.selector.options with parameters of type EntitySelectorOptions.ModifierModifier and TypeMethodDescriptionstatic void
EntitySelectorOptions.register
(String pId, EntitySelectorOptions.Modifier pHandler, Predicate<EntitySelectorParser> pPredicate, Component pTooltip) Constructors in net.minecraft.commands.arguments.selector.options with parameters of type EntitySelectorOptions.ModifierModifierConstructorDescription(package private)
Option
(EntitySelectorOptions.Modifier modifier, Predicate<EntitySelectorParser> canUse, Component description) Creates an instance of aOption
record class.