Class ClientInfo
java.lang.Object
io.aether.api.clienttypes.ClientInfo
- All Implemented Interfaces:
io.aether.utils.ToString
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final io.aether.api.common.Cloudstatic final io.aether.net.fastMeta.FastMetaType<ClientInfo> static final io.aether.net.fastMeta.FastMetaType<ClientInfo> protected final UUIDprotected final CloudWeight[] -
Constructor Summary
ConstructorsConstructorDescriptionClientInfo(UUID uid, io.aether.api.common.Cloud cloud, CloudWeight[] weights) -
Method Summary
Methods inherited from interface io.aether.utils.ToString
toString2
-
Field Details
-
META_BODY
-
META
-
uid
-
cloud
protected final io.aether.api.common.Cloud cloud -
weights
-
-
Constructor Details
-
ClientInfo
-
-
Method Details
-
getUid
-
getCloud
public io.aether.api.common.Cloud getCloud() -
getWeights
-
weightsContains
-
equals
-
hashCode
-
toString
-
toAString
public io.aether.utils.AString toAString(io.aether.utils.AString sb) - Specified by:
toAStringin interfaceio.aether.utils.ToString
-