Class Operators
java.lang.Object
org.spongepowered.api.command.parameter.managed.operator.Operators
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DefaultedRegistryReference
<Operator.Simple> Represents the addition operation, +=static final DefaultedRegistryReference
<Operator> Represents the assignment operation, =static final DefaultedRegistryReference
<Operator.Simple> Represents the division operation, /=static final DefaultedRegistryReference
<Operator.Simple> Represents the max operation, >static final DefaultedRegistryReference
<Operator.Simple> Represents the min operation, <static final DefaultedRegistryReference
<Operator.Simple> Represents the modulus operation, %=static final DefaultedRegistryReference
<Operator.Simple> Represents the multiplication operation, *=static final DefaultedRegistryReference
<Operator.Simple> Represents the subtraction operation, -=static final DefaultedRegistryReference
<Operator> Represents the swap operation, >< -
Method Summary
-
Field Details
-
ADDITION
Represents the addition operation, += -
ASSIGN
Represents the assignment operation, = -
DIVISION
Represents the division operation, /= -
MAX
Represents the max operation, > -
MIN
Represents the min operation, < -
MODULUS
Represents the modulus operation, %= -
MULTIPLICATION
Represents the multiplication operation, *= -
SUBTRACTION
Represents the subtraction operation, -= -
SWAP
Represents the swap operation, ><
-
-
Method Details
-
registry
-