Class GamePack
java.lang.Object
live.crowdcontrol.cc4j.websocket.http.GamePack
Describes a Crowd Control Game Pack.
-
Constructor Summary
ConstructorsConstructorDescriptionGamePack(@NotNull String gamePackID, @NotNull GamePayload game, @NotNull GamePackMeta meta, @NotNull GamePackEffects effects) -
Method Summary
Modifier and TypeMethodDescription@NotNull GamePackEffects@NotNull GamePayloadgetGame()@NotNull String@NotNull GamePackMetagetMeta()
-
Constructor Details
-
GamePack
public GamePack(@NotNull @NotNull String gamePackID, @NotNull @NotNull GamePayload game, @NotNull @NotNull GamePackMeta meta, @NotNull @NotNull GamePackEffects effects)
-
-
Method Details
-
getGamePackId
-
getGame
-
getMeta
-
getEffects
-