Class CloudWeight
java.lang.Object
io.aether.api.clienttypes.CloudWeight
- All Implemented Interfaces:
io.aether.utils.ToString
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.aether.net.fastMeta.FastMetaType<CloudWeight> static final io.aether.net.fastMeta.FastMetaType<CloudWeight> protected final shortprotected final long -
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface io.aether.utils.ToString
toString2
-
Field Details
-
META_BODY
-
META
-
sid
protected final short sid -
weight
protected final long weight
-
-
Constructor Details
-
CloudWeight
public CloudWeight(short sid, long weight)
-
-
Method Details
-
getSid
public short getSid() -
getWeight
public long getWeight() -
equals
-
hashCode
-
toString
-
toAString
public io.aether.utils.AString toAString(io.aether.utils.AString sb) - Specified by:
toAStringin interfaceio.aether.utils.ToString
-