Class Operators
java.lang.Object
org.spongepowered.api.command.parameter.managed.operator.Operators
- 
Field SummaryFieldsModifier 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- 
ADDITIONRepresents the addition operation, +=
- 
ASSIGNRepresents the assignment operation, =
- 
DIVISIONRepresents the division operation, /=
- 
MAXRepresents the max operation, >
- 
MINRepresents the min operation, <
- 
MODULUSRepresents the modulus operation, %=
- 
MULTIPLICATIONRepresents the multiplication operation, *=
- 
SUBTRACTIONRepresents the subtraction operation, -=
- 
SWAPRepresents the swap operation, ><
 
- 
- 
Method Details- 
registry
 
-