Class NbtPathExpressionParseHandlerBooleanRelationalAdapter.Expression
java.lang.Object
org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanRelationalAdapter.Expression
- All Implemented Interfaces:
INbtPathExpression
- Enclosing class:
- NbtPathExpressionParseHandlerBooleanRelationalAdapter
public static class NbtPathExpressionParseHandlerBooleanRelationalAdapter.Expression
extends Object
implements INbtPathExpression
-
Constructor Summary
ConstructorDescriptionExpression
(double targetDouble, NbtPathExpressionParseHandlerBooleanRelationalAdapter handler) -
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
-
Constructor Details
-
Expression
public Expression(double targetDouble, NbtPathExpressionParseHandlerBooleanRelationalAdapter handler)
-
-
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.
-