Uses of Class
com.prineside.tdi2.Map
Packages that use Map
Package
Description
The game itself.
-
Uses of Map in com.prineside.tdi2
Fields in com.prineside.tdi2 declared as MapMethods in com.prineside.tdi2 that return MapModifier and TypeMethodDescriptionMap.cpy()
Map.cpyTrimmed()
Creates a deep copy of the map with no empty space on the sides.static Map
BasicLevel.getMap()
BasicLevel.reloadMap()
Methods in com.prineside.tdi2 with parameters of type MapModifier and TypeMethodDescriptionvoid
Tile.drawRoadStatic
(Batch batch, float x, float y, float width, float height, Map map) void
Tile.drawStatic
(Batch batch, float x, float y, float width, float height, Map map, MapRenderingSystem.DrawMode drawMode) void
void
-
Uses of Map in com.prineside.tdi2.managers
Methods in com.prineside.tdi2.managers with parameters of type MapModifier and TypeMethodDescriptionMapManager.generatePreview
(Map map) void
BasicLevelManager.setMap
(BasicLevel basicLevel, Map map) Перезаписать карту в файловой системе. -
Uses of Map in com.prineside.tdi2.pathfinding
Methods in com.prineside.tdi2.pathfinding with parameters of type Map -
Uses of Map in com.prineside.tdi2.systems
Fields in com.prineside.tdi2.systems declared as MapMethods in com.prineside.tdi2.systems that return MapMethods in com.prineside.tdi2.systems with parameters of type MapModifier and TypeMethodDescriptionstatic void
MinerSystem.drawBatch
(Batch batch, Map map, float deltaTime, MapRenderingSystem.DrawMode drawMode) static void
ModifierSystem.drawBatch
(Batch batch, Map map, float deltaTime, MapRenderingSystem.DrawMode drawMode) static void
ModifierSystem.drawBatchAdditive
(Batch batch, Map map, float deltaTime, MapRenderingSystem.DrawMode drawMode) WaveSystem.generateEnemyGroups
(int waveNumber, WaveSystem.Mode mode, WaveDifficultyProvider wdp, int averageDifficulty, WaveBossSupplier bossWaves, Map map, long seed, WaveTemplates.PredefinedWaveTemplate[] predefinedWaveTemplates) Должен работать так же, как generateWave()WaveSystem.generateWavesTimelineConfigurationBasicLevel
(BasicLevel basicLevel, Map map, int startWave) WaveSystem.generateWavesTimelineConfigurationUserMap
(UserMap userMap, Map map, int startWave, WaveBossSupplier bossWaves) void
-
Uses of Map in com.prineside.tdi2.tiles
Methods in com.prineside.tdi2.tiles with parameters of type MapModifier and TypeMethodDescriptionvoid
BossTile.drawStatic
(Batch batch, float x, float y, float width, float height, Map map, MapRenderingSystem.DrawMode drawMode) void
CoreTile.drawStatic
(Batch batch, float x, float y, float width, float height, Map map, MapRenderingSystem.DrawMode drawMode) void
DummyTile.drawStatic
(Batch batch, float x, float y, float width, float height, Map map, MapRenderingSystem.DrawMode drawMode) void
EqualizerTile.drawStatic
(Batch batch, float x, float y, float width, float height, Map map, MapRenderingSystem.DrawMode drawMode) void
GameValueTile.drawStatic
(Batch batch, float x, float y, float width, float height, Map map, MapRenderingSystem.DrawMode drawMode) void
PlatformTile.drawStatic
(Batch batch, float x, float y, float width, float height, Map map, MapRenderingSystem.DrawMode drawMode) void
QuadTile.drawStatic
(Batch batch, float x, float y, float width, float height, Map map, MapRenderingSystem.DrawMode drawMode) void
ScriptTile.drawStatic
(Batch batch, float x, float y, float width, float height, Map map, MapRenderingSystem.DrawMode drawMode) void
SourceTile.drawStatic
(Batch batch, float x, float y, float width, float height, Map map, MapRenderingSystem.DrawMode drawMode) void
XmMusicTrackTile.drawStatic
(Batch batch, float x, float y, float width, float height, Map map, MapRenderingSystem.DrawMode drawMode) -
Uses of Map in com.prineside.tdi2.utils.mapeditor
Methods in com.prineside.tdi2.utils.mapeditor with parameters of type Map