Class NbtPathExpressionParseHandlerBooleanRelationalLessThan
java.lang.Object
org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanRelationalAdapter
org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanRelationalLessThan
- All Implemented Interfaces:
INbtPathExpressionParseHandler
public class NbtPathExpressionParseHandlerBooleanRelationalLessThan
extends NbtPathExpressionParseHandlerBooleanRelationalAdapter
A handler that handles boolean expressions in the form of " < 10".
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanRelationalAdapter
NbtPathExpressionParseHandlerBooleanRelationalAdapter.Expression
Nested classes/interfaces inherited from interface org.cyclops.cyclopscore.nbt.path.parse.INbtPathExpressionParseHandler
INbtPathExpressionParseHandler.HandleResult
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
getRelationalValue
(double left, double right) Methods inherited from class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanRelationalAdapter
handlePrefixOf
-
Constructor Details
-
NbtPathExpressionParseHandlerBooleanRelationalLessThan
public NbtPathExpressionParseHandlerBooleanRelationalLessThan()
-
-
Method Details
-
getRelationalValue
protected boolean getRelationalValue(double left, double right) - Specified by:
getRelationalValue
in classNbtPathExpressionParseHandlerBooleanRelationalAdapter
-