Class NbtPathExpressionParseHandlerUnion

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

public class NbtPathExpressionParseHandlerUnion extends Object implements INbtPathExpressionParseHandler
A handler that handles union expressions in the form of "[10,12]" or "[10,]" or "[,12]", where the matches indicate the children or list elements that should be matched.
  • Constructor Details

    • NbtPathExpressionParseHandlerUnion

      public NbtPathExpressionParseHandlerUnion()
  • Method Details