Class NbtPathExpressionParseHandlerBooleanRelationalGreaterThanOrEqual
java.lang.Object
org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanRelationalAdapter
org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanRelationalGreaterThanOrEqual
- All Implemented Interfaces:
INbtPathExpressionParseHandler
public class NbtPathExpressionParseHandlerBooleanRelationalGreaterThanOrEqual
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.ExpressionNested classes/interfaces inherited from interface org.cyclops.cyclopscore.nbt.path.parse.INbtPathExpressionParseHandler
INbtPathExpressionParseHandler.HandleResult -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleangetRelationalValue(double left, double right) Methods inherited from class org.cyclops.cyclopscore.nbt.path.parse.NbtPathExpressionParseHandlerBooleanRelationalAdapter
handlePrefixOf
-
Constructor Details
-
NbtPathExpressionParseHandlerBooleanRelationalGreaterThanOrEqual
public NbtPathExpressionParseHandlerBooleanRelationalGreaterThanOrEqual()
-
-
Method Details
-
getRelationalValue
protected boolean getRelationalValue(double left, double right) - Specified by:
getRelationalValuein classNbtPathExpressionParseHandlerBooleanRelationalAdapter
-