Uses of Record Class
dev.zwazel.internal.game.lobby.TeamConfig
Packages that use TeamConfig
-
Uses of TeamConfig in dev.zwazel.internal.message.data
Methods in dev.zwazel.internal.message.data that return TeamConfigMethods in dev.zwazel.internal.message.data that return types with arguments of type TeamConfigModifier and TypeMethodDescriptionGameConfig.getTeamConfig(String teamName) GameConfig.teamConfigs()Returns the value of theteamConfigsrecord component.Constructor parameters in dev.zwazel.internal.message.data with type arguments of type TeamConfigModifierConstructorDescriptionGameConfig(long tickRate, long clientId, MapDefinition mapDefinition, ConnectedClientConfig[] connectedClients, HashMap<String, TeamConfig> teamConfigs, HashMap<TankType, TankConfig> tankConfigs) Creates an instance of aGameConfigrecord class.