Class NbtPathExpressionParseHandlerListSlice

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

public class NbtPathExpressionParseHandlerListSlice extends Object implements INbtPathExpressionParseHandler
A handler that handles list slice expressions in the form of "[start:end:step]" such as "[2:3:2]".
  • Constructor Details

    • NbtPathExpressionParseHandlerListSlice

      public NbtPathExpressionParseHandlerListSlice()
  • Method Details