Interface ParsingRule.RuleAction<S,T>

All Known Subinterfaces:
ParsingRule.StatelessAction<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.RuleAction<S,T>
Mappings:
Namespace Name
named net/minecraft/util/packrat/ParsingRule$RuleAction
intermediary net/minecraft/class_9396$class_9397
official bss$a
  • Method Summary

    Modifier and Type
    Method
    Description
    run(ParsingState<S> parsingState)