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 p_121448_, String p_121449_, int p_121450_) 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 p_121454_, EntitySelectorOptions.Modifier p_121455_, Predicate<EntitySelectorParser> p_121456_, Component p_121457_) 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.