Class Operators
- java.lang.Object
- 
- org.spongepowered.api.command.parameter.managed.operator.Operators
 
- 
 public final class Operators extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description static DefaultedRegistryReference<Operator.Simple>ADDITIONRepresents the addition operation, +=static DefaultedRegistryReference<Operator>ASSIGNRepresents the assignment operation, =static DefaultedRegistryReference<Operator.Simple>DIVISIONRepresents the division operation, /=static DefaultedRegistryReference<Operator.Simple>MAXRepresents the max operation, >static DefaultedRegistryReference<Operator.Simple>MINRepresents the min operation, <static DefaultedRegistryReference<Operator.Simple>MODULUSRepresents the modulus operation, %=static DefaultedRegistryReference<Operator.Simple>MULTIPLICATIONRepresents the multiplication operation, *=static DefaultedRegistryReference<Operator.Simple>SUBTRACTIONRepresents the subtraction operation, -=static DefaultedRegistryReference<Operator>SWAPRepresents the swap operation, ><
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static Registry<Operator>registry()
 
- 
- 
- 
Field Detail- 
ADDITIONpublic static final DefaultedRegistryReference<Operator.Simple> ADDITION Represents the addition operation, +=
 - 
ASSIGNpublic static final DefaultedRegistryReference<Operator> ASSIGN Represents the assignment operation, =
 - 
DIVISIONpublic static final DefaultedRegistryReference<Operator.Simple> DIVISION Represents the division operation, /=
 - 
MAXpublic static final DefaultedRegistryReference<Operator.Simple> MAX Represents the max operation, >
 - 
MINpublic static final DefaultedRegistryReference<Operator.Simple> MIN Represents the min operation, <
 - 
MODULUSpublic static final DefaultedRegistryReference<Operator.Simple> MODULUS Represents the modulus operation, %=
 - 
MULTIPLICATIONpublic static final DefaultedRegistryReference<Operator.Simple> MULTIPLICATION Represents the multiplication operation, *=
 - 
SUBTRACTIONpublic static final DefaultedRegistryReference<Operator.Simple> SUBTRACTION Represents the subtraction operation, -=
 - 
SWAPpublic static final DefaultedRegistryReference<Operator> SWAP Represents the swap operation, ><
 
- 
 
-