Uses of Record Class
dev.zwazel.internal.game.map.TileDefinition
Packages that use TileDefinition
-
Uses of TileDefinition in dev.zwazel.internal.game.map
Methods in dev.zwazel.internal.game.map that return TileDefinitionModifier and TypeMethodDescriptionMarkerDefinition.tile()Returns the value of thetilerecord component.LayerDefinition.tiles()Returns the value of thetilesrecord component.Constructors in dev.zwazel.internal.game.map with parameters of type TileDefinitionModifierConstructorDescriptionLayerDefinition(LayerDefinition.LayerType kind, float costModifier, TileDefinition[] tiles) Creates an instance of aLayerDefinitionrecord class.MarkerDefinition(TileDefinition tile, String group, MarkerType kind) Creates an instance of aMarkerDefinitionrecord class.