Class NbtPathExpressionParseHandlerFilterExpression

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

public class NbtPathExpressionParseHandlerFilterExpression extends Object implements INbtPathExpressionParseHandler
A handler that handles filter expressions in the form of "[?(expression)]", such as "[?(@.childName)]" or "[?(@.childName < 10)]".
  • Constructor Details

    • NbtPathExpressionParseHandlerFilterExpression

      public NbtPathExpressionParseHandlerFilterExpression()
  • Method Details