Class NbtPathExpressionParseHandlerChild

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

public class NbtPathExpressionParseHandlerChild 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.
  • Constructor Details

    • NbtPathExpressionParseHandlerChild

      public NbtPathExpressionParseHandlerChild()
  • Method Details