Class NbtPathExpressionParseHandlerBooleanLogicalAnd
java.lang.Object
org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanLogicalAdapter
org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanLogicalAnd
- All Implemented Interfaces:
INbtPathExpressionParseHandler
public class NbtPathExpressionParseHandlerBooleanLogicalAnd
extends NbtPathExpressionParseHandlerBooleanLogicalAdapter
A handler that handles boolean AND expressions in the form of "expression1 && expression2".
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanLogicalAdapter
NbtPathExpressionParseHandlerBooleanLogicalAdapter.ExpressionNested classes/interfaces inherited from interface org.cyclops.cyclopscore.nbt.path.parse.INbtPathExpressionParseHandler
INbtPathExpressionParseHandler.HandleResult -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleangetLogicalValue(boolean left, Supplier<Boolean> right) Methods inherited from class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanLogicalAdapter
findExpressionEnd, handlePrefixOf, isTruthy
-
Constructor Details
-
NbtPathExpressionParseHandlerBooleanLogicalAnd
public NbtPathExpressionParseHandlerBooleanLogicalAnd()
-
-
Method Details
-
getLogicalValue
- Specified by:
getLogicalValuein classNbtPathExpressionParseHandlerBooleanLogicalAdapter
-