Uses of Interface
net.minecraft.command.argument.packrat.ParsingRule.RuleAction
-
Uses of ParsingRule.RuleAction in net.minecraft.command.argument.packrat
Modifier and TypeFieldDescriptionprivate final ParsingRule.RuleAction
<S, T> ParsingRule.SimpleRule.action
The field for theaction
record component.Modifier and TypeMethodDescriptionParsingRule.SimpleRule.action()
Returns the value of theaction
record component.Modifier and TypeMethodDescriptionstatic <S,
T> ParsingRule <S, T> ParsingRule.of
(Term<S> term, ParsingRule.RuleAction<S, T> action) <T> void