Uses of Record Class
dev.zwazel.internal.game.map.LayerDefinition
Packages that use LayerDefinition
-
Uses of LayerDefinition in dev.zwazel.internal.game.map
Methods in dev.zwazel.internal.game.map that return LayerDefinitionModifier and TypeMethodDescriptionMapDefinition.layers()
Returns the value of thelayers
record component.Constructors in dev.zwazel.internal.game.map with parameters of type LayerDefinitionModifierConstructorDescriptionMapDefinition
(long width, long depth, SimplifiedRGB floorColor, float[][] tiles, LayerDefinition[] layers, MarkerDefinition[] markers) Creates an instance of aMapDefinition
record class.