Class VariantDouble
java.lang.Object
io.aether.api.smarthome.VariantData
io.aether.api.smarthome.VariantDouble
- All Implemented Interfaces:
io.aether.utils.ToString
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.aether.net.fastMeta.FastMetaType<VariantDouble> static final io.aether.net.fastMeta.FastMetaType<VariantDouble> protected final double -
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface io.aether.utils.ToString
toString2
-
Field Details
-
META_BODY
-
META
-
value
protected final double value
-
-
Constructor Details
-
VariantDouble
public VariantDouble(double value)
-
-
Method Details
-
getAetherTypeId
public int getAetherTypeId()- Specified by:
getAetherTypeIdin classVariantData
-
getValue
public double getValue() -
equals
- Overrides:
equalsin classVariantData
-
hashCode
public int hashCode()- Overrides:
hashCodein classVariantData
-
toString
- Overrides:
toStringin classVariantData
-
toString
public void toString(io.aether.utils.AString sb) - Specified by:
toStringin interfaceio.aether.utils.ToString- Overrides:
toStringin classVariantData
-