Class NbtPathExpressionParseHandlerLength

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

public class NbtPathExpressionParseHandlerLength extends Object implements INbtPathExpressionParseHandler
A handler that handles child path expressions for ".length", to retrieve the length of lists and tag compounds.
  • Constructor Details

    • NbtPathExpressionParseHandlerLength

      public NbtPathExpressionParseHandlerLength()
  • Method Details