Class CloudWeight

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

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

    • META_BODY

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

      public static final io.aether.net.fastMeta.FastMetaType<CloudWeight> 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

      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