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$StatelessActionintermediary net/minecraft/class_9396$class_9398official bss$b
- 
Method Summary
Modifier and TypeMethodDescriptionrun(ParseResults parseResults) default Trun(ParsingState<S> parsingState)  
- 
Method Details
- 
run
 - 
run
- Specified by:
 runin interfaceParsingRule.RuleAction<S,T> 
 
 -