Class LobbyGroup


  • public final class LobbyGroup
    extends java.lang.Object
    • Method Detail

      • getNameId

        public java.lang.String getNameId()
        Returns:
        Deprecated: use GameMode instead A human readable short identifier used to references resources. Different than a rivet.common#Uuid because this is intended to be human readable. Different than rivet.common#DisplayName because this should not include special characters and be short.
      • getRegions

        public java.util.List<LobbyGroupRegion> getRegions()
        Returns:
        A list of game mode regions.
      • getMaxPlayersNormal

        public int getMaxPlayersNormal()
        Returns:
        Unsigned 32 bit integer.
      • getMaxPlayersDirect

        public int getMaxPlayersDirect()
        Returns:
        Unsigned 32 bit integer.
      • getMaxPlayersParty

        public int getMaxPlayersParty()
        Returns:
        Unsigned 32 bit integer.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object