Class CachedParseState.SimpleControl

java.lang.Object
net.minecraft.util.parsing.packrat.CachedParseState.SimpleControl
All Implemented Interfaces:
Control
Enclosing class:
CachedParseState<S>

static class CachedParseState.SimpleControl extends Object implements Control
  • Field Details

    • hasCut

      private boolean hasCut
  • Constructor Details

    • SimpleControl

      SimpleControl()
  • Method Details

    • cut

      public void cut()
      Specified by:
      cut in interface Control
    • hasCut

      public boolean hasCut()
      Specified by:
      hasCut in interface Control
    • reset

      public void reset()