Class VariantLong
java.lang.Object
io.aether.api.smarthome.VariantData
io.aether.api.smarthome.VariantLong
- All Implemented Interfaces:
io.aether.utils.ToString
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.aether.net.fastMeta.FastMetaType<VariantLong> static final io.aether.net.fastMeta.FastMetaType<VariantLong> protected final long -
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface io.aether.utils.ToString
toString2
-
Field Details
-
META_BODY
-
META
-
value
protected final long value
-
-
Constructor Details
-
VariantLong
public VariantLong(long value)
-
-
Method Details
-
getAetherTypeId
public int getAetherTypeId()- Specified by:
getAetherTypeIdin classVariantData
-
getValue
public long 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
-