Uses of Record Class
dev.zwazel.internal.game.misc.SimplifiedRGB
Packages that use SimplifiedRGB
-
Uses of SimplifiedRGB in dev.zwazel.internal.game.lobby
Methods in dev.zwazel.internal.game.lobby that return SimplifiedRGBModifier and TypeMethodDescriptionTeamConfig.color()
Returns the value of thecolor
record component.Constructors in dev.zwazel.internal.game.lobby with parameters of type SimplifiedRGBModifierConstructorDescriptionTeamConfig
(String teamName, SimplifiedRGB color, long maxPlayers) Creates an instance of aTeamConfig
record class. -
Uses of SimplifiedRGB in dev.zwazel.internal.game.map
Methods in dev.zwazel.internal.game.map that return SimplifiedRGBModifier and TypeMethodDescriptionMapDefinition.floorColor()
Returns the value of thefloorColor
record component.Constructors in dev.zwazel.internal.game.map with parameters of type SimplifiedRGBModifierConstructorDescriptionMapDefinition
(long width, long depth, SimplifiedRGB floorColor, float[][] tiles, LayerDefinition[] layers, MarkerDefinition[] markers) Creates an instance of aMapDefinition
record class.