Class NbtPathExpressionParseHandlerAllChildren
java.lang.Object
org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerAllChildren
- All Implemented Interfaces:
INbtPathExpressionParseHandler
public class NbtPathExpressionParseHandlerAllChildren
extends Object
implements INbtPathExpressionParseHandler
A handler that handles follows all child links of a tag via "*".
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Nested classes/interfaces inherited from interface org.cyclops.cyclopscore.nbt.path.parse.INbtPathExpressionParseHandler
INbtPathExpressionParseHandler.HandleResult
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionhandlePrefixOf
(String nbtPathExpression, int pos) Try to create an expression from the given position in the given expression.
-
Constructor Details
-
NbtPathExpressionParseHandlerAllChildren
public NbtPathExpressionParseHandlerAllChildren()
-
-
Method Details
-
handlePrefixOf
@Nullable public INbtPathExpressionParseHandler.HandleResult handlePrefixOf(String nbtPathExpression, int pos) Description copied from interface:INbtPathExpressionParseHandler
Try to create an expression from the given position in the given expression.- Specified by:
handlePrefixOf
in interfaceINbtPathExpressionParseHandler
- Parameters:
nbtPathExpression
- A string representation of an NBT path expression.pos
- The position in the string to start from.- Returns:
- The handler result.
-