Package net.minecraft.util.packrat
Interface ParsingRule.StatelessAction<S,T>
- All Superinterfaces:
ParsingRule.RuleAction<S,
T>
- Enclosing interface:
ParsingRule<S,
T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface ParsingRule.StatelessAction<S,T>
extends ParsingRule.RuleAction<S,T>
- Mappings:
Namespace Name named net/minecraft/util/packrat/ParsingRule$StatelessAction
intermediary net/minecraft/class_9396$class_9398
official bss$b
-
Method Summary
Modifier and TypeMethodDescriptionrun
(ParseResults parseResults) default T
run
(ParsingState<S> parsingState)
-
Method Details
-
run
-
run
- Specified by:
run
in interfaceParsingRule.RuleAction<S,
T>
-