Uses of Class
games.stendhal.common.tiled.StendhalMapStructure
Package
Description
-
Uses of StendhalMapStructure in games.stendhal.common.tiled
Modifier and TypeMethodDescriptionvoid
LayerDefinition.setMap(StendhalMapStructure map)
Sets the map to which this layer belong to. -
Uses of StendhalMapStructure in games.stendhal.server.core.config
Modifier and TypeMethodDescriptionprotected StendhalRPZone
ZonesXMLLoader.load(ZonesXMLLoader.ZoneDesc desc, StendhalMapStructure zonedata)
Load zone data and create a new zone from it. -
Uses of StendhalMapStructure in games.stendhal.server.core.config.zone
-
Uses of StendhalMapStructure in games.stendhal.server.maps.quests.maze
Modifier and TypeMethodDescriptionvoid
MazePainter.paint(StendhalMapStructure map)
Paint tiles to a map according to a maps collision layer.void
MazePainter.paintPortal(StendhalMapStructure map, int x, int y)
Paint the portal tile at specified location.