Class LobbyGroup
- java.lang.Object
-
- com.rivet.api.resources.cloud.version.matchmaker.lobbygroup.types.LobbyGroup
-
public final class LobbyGroup extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLobbyGroup._FinalStagestatic classLobbyGroup.Builderstatic interfaceLobbyGroup.MaxPlayersDirectStagestatic interfaceLobbyGroup.MaxPlayersNormalStagestatic interfaceLobbyGroup.MaxPlayersPartyStagestatic interfaceLobbyGroup.NameIdStagestatic interfaceLobbyGroup.RuntimeStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LobbyGroup.NameIdStagebuilder()booleanequals(java.lang.Object other)intgetMaxPlayersDirect()intgetMaxPlayersNormal()intgetMaxPlayersParty()java.lang.StringgetNameId()java.util.List<LobbyGroupRegion>getRegions()LobbyGroupRuntimegetRuntime()inthashCode()java.lang.StringtoString()
-
-
-
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#Uuidbecause this is intended to be human readable. Different thanrivet.common#DisplayNamebecause 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.
-
getRuntime
public LobbyGroupRuntime getRuntime()
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static LobbyGroup.NameIdStage builder()
-
-