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.ModifierEntitySelectorOptions.Option.modifierThe field for themodifierrecord component.Methods in net.minecraft.commands.arguments.selector.options that return EntitySelectorOptions.ModifierModifier and TypeMethodDescriptionEntitySelectorOptions.get(EntitySelectorParser parser, String id, int cursor) EntitySelectorOptions.Option.modifier()Returns the value of themodifierrecord component.Methods in net.minecraft.commands.arguments.selector.options with parameters of type EntitySelectorOptions.ModifierModifier and TypeMethodDescriptionstatic voidEntitySelectorOptions.register(String id, EntitySelectorOptions.Modifier handler, Predicate<EntitySelectorParser> predicate, Component tooltip) 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 aOptionrecord class.