Class NbtPathExpressionParseHandlerListElement

java.lang.Object
org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerListElement
All Implemented Interfaces:
INbtPathExpressionParseHandler

public class NbtPathExpressionParseHandlerListElement extends Object implements INbtPathExpressionParseHandler
A handler that handles list element expressions in the form of "[10]", where the matched string represents the list element index that should be navigated in.
  • Constructor Details

    • NbtPathExpressionParseHandlerListElement

      public NbtPathExpressionParseHandlerListElement()
  • Method Details