Class ClientInfo

java.lang.Object
io.aether.api.clienttypes.ClientInfo
All Implemented Interfaces:
io.aether.utils.ToString

public class ClientInfo extends Object implements io.aether.utils.ToString
  • Field Details

    • META_BODY

      public static final io.aether.net.fastMeta.FastMetaType<ClientInfo> META_BODY
    • META

      public static final io.aether.net.fastMeta.FastMetaType<ClientInfo> META
    • uid

      protected final UUID uid
    • cloud

      protected final io.aether.api.common.Cloud cloud
    • weights

      protected final CloudWeight[] weights
  • Constructor Details

    • ClientInfo

      public ClientInfo(UUID uid, io.aether.api.common.Cloud cloud, CloudWeight[] weights)
  • Method Details

    • getUid

      public UUID getUid()
    • getCloud

      public io.aether.api.common.Cloud getCloud()
    • getWeights

      public CloudWeight[] getWeights()
    • weightsContains

      public boolean weightsContains(CloudWeight el)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toAString

      public io.aether.utils.AString toAString(io.aether.utils.AString sb)
      Specified by:
      toAString in interface io.aether.utils.ToString