Uses of Enum Class
com.prineside.tdi2.systems.MapRenderingSystem.DrawMode
Package
Description
The game itself.
-
Uses of MapRenderingSystem.DrawMode in com.prineside.tdi2
Modifier and TypeMethodDescriptionvoid
Tower.drawAbilitiesToCache
(Batch batch, float x, float y, float width, float height, MapRenderingSystem.DrawMode drawMode) void
Building.drawBase
(Batch batch, float x, float y, float width, float height, MapRenderingSystem.DrawMode drawMode) void
Miner.drawBase
(Batch batch, float x, float y, float width, float height, MapRenderingSystem.DrawMode drawMode) final void
Tower.drawBase
(Batch batch, float x, float y, float width, float height, MapRenderingSystem.DrawMode drawMode) void
Miner.drawBatch
(Batch batch, float x, float y, float size, float deltaTime, MapRenderingSystem.DrawMode drawMode) void
Modifier.drawBatch
(Batch batch, float deltaTime, MapRenderingSystem.DrawMode drawMode) void
Tile.drawBatch
(Batch batch, float deltaTime, float x, float y, float width, float height, MapRenderingSystem.DrawMode drawMode) void
Modifier.drawBatchAdditive
(Batch batch, float deltaTime, MapRenderingSystem.DrawMode drawMode) void
Tile.drawExtras
(Batch batch, float x, float y, float width, float height, MapRenderingSystem.DrawMode drawMode) void
Tile.drawStatic
(Batch batch, float x, float y, float width, float height, Map map, MapRenderingSystem.DrawMode drawMode) void
Tile.postDrawBatch
(Batch batch, float deltaTime, float x, float y, float width, float height, MapRenderingSystem.DrawMode drawMode) -
Uses of MapRenderingSystem.DrawMode in com.prineside.tdi2.miners
Modifier and TypeMethodDescriptionvoid
InfiarMiner.drawBatch
(Batch batch, float x, float y, float size, float deltaTime, MapRenderingSystem.DrawMode drawMode) void
MatrixMiner.drawBatch
(Batch batch, float x, float y, float size, float deltaTime, MapRenderingSystem.DrawMode drawMode) void
ScalarMiner.drawBatch
(Batch batch, float x, float y, float size, float deltaTime, MapRenderingSystem.DrawMode drawMode) void
TensorMiner.drawBatch
(Batch batch, float x, float y, float size, float deltaTime, MapRenderingSystem.DrawMode drawMode) void
VectorMiner.drawBatch
(Batch batch, float x, float y, float size, float deltaTime, MapRenderingSystem.DrawMode drawMode) -
Uses of MapRenderingSystem.DrawMode in com.prineside.tdi2.modifiers
Modifier and TypeMethodDescriptionvoid
BalanceModifier.drawBatch
(Batch batch, float deltaTime, MapRenderingSystem.DrawMode drawMode) void
BountyModifier.drawBatch
(Batch batch, float deltaTime, MapRenderingSystem.DrawMode drawMode) -
Uses of MapRenderingSystem.DrawMode in com.prineside.tdi2.systems
Modifier and TypeFieldDescriptionstatic final MapRenderingSystem.DrawMode[]
MapRenderingSystem.DrawMode.values
Modifier and TypeMethodDescriptionMapRenderingSystem.getDrawMode()
static MapRenderingSystem.DrawMode
Returns the enum constant of this class with the specified name.static MapRenderingSystem.DrawMode[]
MapRenderingSystem.DrawMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier 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) void
MapRenderingSystem.setDrawMode
(MapRenderingSystem.DrawMode mode) -
Uses of MapRenderingSystem.DrawMode in com.prineside.tdi2.tiles
Modifier and TypeMethodDescriptionvoid
CoreTile.drawBatch
(Batch batch, float deltaTime, float x, float y, float width, float height, MapRenderingSystem.DrawMode drawMode) void
EqualizerTile.drawBatch
(Batch batch, float deltaTime, float x, float y, float width, float height, MapRenderingSystem.DrawMode drawMode) void
QuadTile.drawBatch
(Batch batch, float deltaTime, float x, float y, float width, float height, MapRenderingSystem.DrawMode drawMode) void
SpawnTile.drawBatch
(Batch batch, float deltaTime, float x, float y, float width, float height, MapRenderingSystem.DrawMode drawMode) void
TargetTile.drawBatch
(Batch batch, float deltaTime, float x, float y, float width, float height, MapRenderingSystem.DrawMode drawMode) void
PlatformTile.drawExtras
(Batch batch, float x, float y, float width, float height, MapRenderingSystem.DrawMode drawMode) void
ScriptTile.drawExtras
(Batch batch, float x, float y, float width, float height, MapRenderingSystem.DrawMode drawMode) void
SourceTile.drawExtras
(Batch batch, float x, float y, float width, float height, MapRenderingSystem.DrawMode drawMode) void
XmMusicTrackTile.drawExtras
(Batch batch, float x, float y, float width, float height, MapRenderingSystem.DrawMode drawMode) void
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) void
SourceTile.postDrawBatch
(Batch batch, float deltaTime, float x, float y, float width, float height, MapRenderingSystem.DrawMode drawMode) void
TargetTile.postDrawBatch
(Batch batch, float deltaTime, float x, float y, float width, float height, MapRenderingSystem.DrawMode drawMode)