Class NbtPathExpressionParseHandlerCurrent.Expression
java.lang.Object
org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerCurrent.Expression
- All Implemented Interfaces:
INbtPathExpression
- Enclosing class:
- NbtPathExpressionParseHandlerCurrent
public static class NbtPathExpressionParseHandlerCurrent.Expression
extends Object
implements INbtPathExpression
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmatchContexts
(Stream<NbtPathExpressionExecutionContext> executionContexts) Find all matches for the given stream of NBT tags.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.cyclops.cyclopscore.nbt.path.INbtPathExpression
asNavigation, asNavigation, match, match, test, test
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Expression
public Expression()
-
-
Method Details
-
matchContexts
public NbtPathExpressionMatches matchContexts(Stream<NbtPathExpressionExecutionContext> executionContexts) Description copied from interface:INbtPathExpression
Find all matches for the given stream of NBT tags.- Specified by:
matchContexts
in interfaceINbtPathExpression
- Parameters:
executionContexts
- A stream of NBT execution contexts.- Returns:
- The matches.
-