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 MapBasicLevel.getMap()BasicLevel.reloadMap()Methods in com.prineside.tdi2 with parameters of type MapModifier and TypeMethodDescriptionvoidTile.drawRoadStatic(Batch batch, float x, float y, float width, float height, Map map) voidTile.drawStatic(Batch batch, float x, float y, float width, float height, Map map, MapRenderingSystem.DrawMode drawMode) voidvoid -
Uses of Map in com.prineside.tdi2.managers
Methods in com.prineside.tdi2.managers with parameters of type MapModifier and TypeMethodDescriptionMapManager.generatePreview(Map map) voidBasicLevelManager.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 voidMinerSystem.drawBatch(Batch batch, Map map, float deltaTime, MapRenderingSystem.DrawMode drawMode) static voidModifierSystem.drawBatch(Batch batch, Map map, float deltaTime, MapRenderingSystem.DrawMode drawMode) static voidModifierSystem.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 TypeMethodDescriptionvoidBossTile.drawStatic(Batch batch, float x, float y, float width, float height, Map map, MapRenderingSystem.DrawMode drawMode) voidCoreTile.drawStatic(Batch batch, float x, float y, float width, float height, Map map, MapRenderingSystem.DrawMode drawMode) voidDummyTile.drawStatic(Batch batch, float x, float y, float width, float height, Map map, MapRenderingSystem.DrawMode drawMode) voidEqualizerTile.drawStatic(Batch batch, float x, float y, float width, float height, Map map, MapRenderingSystem.DrawMode drawMode) voidGameValueTile.drawStatic(Batch batch, float x, float y, float width, float height, Map map, MapRenderingSystem.DrawMode drawMode) voidPlatformTile.drawStatic(Batch batch, float x, float y, float width, float height, Map map, MapRenderingSystem.DrawMode drawMode) voidQuadTile.drawStatic(Batch batch, float x, float y, float width, float height, Map map, MapRenderingSystem.DrawMode drawMode) voidScriptTile.drawStatic(Batch batch, float x, float y, float width, float height, Map map, MapRenderingSystem.DrawMode drawMode) voidSourceTile.drawStatic(Batch batch, float x, float y, float width, float height, Map map, MapRenderingSystem.DrawMode drawMode) voidXmMusicTrackTile.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