Class NbtPathExpressionParseHandlerChildBrackets

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

public class NbtPathExpressionParseHandlerChildBrackets extends Object implements INbtPathExpressionParseHandler
A handler that handles child path expressions in the form of "["childName"]", where the matched string represents the child name that should be navigated in. This works just like NbtPathExpressionParseHandlerChild, but allows special characters to be used.
  • Constructor Details

    • NbtPathExpressionParseHandlerChildBrackets

      public NbtPathExpressionParseHandlerChildBrackets()
  • Method Details