A B C D E F G H I J K L M N O P R S T U V W X Y Z
T
- takeDamage(byte) - Method in class com.bombinggames.wurfelengine.core.gameobjects.AbstractEntity
-
Called when gets damage.
- teleport - com.bombinggames.wurfelengine.core.Events
-
extra information must contain
Point
- TeleportCommand - Class in com.bombinggames.wurfelengine.core.console
- TeleportCommand() - Constructor for class com.bombinggames.wurfelengine.core.console.TeleportCommand
- toColor(float) - Static method in class com.bombinggames.wurfelengine.extension.PseudoGrey
-
Transforms a brightness into a pseudogrey-color.
- toCoord() - Method in class com.bombinggames.wurfelengine.core.map.Coordinate
- toCoord() - Method in class com.bombinggames.wurfelengine.core.map.Point
-
returns coordinate aquivalent.
- toCoord() - Method in interface com.bombinggames.wurfelengine.core.map.Position
-
Calculates it and creates new instance if not already in correct format then returns copy of itself.
- toFloat(Color) - Static method in class com.bombinggames.wurfelengine.extension.PseudoGrey
- toggle() - Method in class com.bombinggames.wurfelengine.core.gameobjects.ParticleEmitter
- toggleVisibility() - Method in class com.bombinggames.wurfelengine.extension.Minimap
-
Toggle between visible and invisible.
- Tool - Enum in com.bombinggames.wurfelengine.mapeditor
-
a enum listing the available tools
- Toolbar - Class in com.bombinggames.wurfelengine.mapeditor
-
A toolbar for the editor.
- Toolbar(GameView, TextureAtlas, Cursor, Stage) - Constructor for class com.bombinggames.wurfelengine.mapeditor.Toolbar
-
creates a new toolbar
- TOP - com.bombinggames.wurfelengine.core.gameobjects.Side
- TopoGraphNode - Class in com.bombinggames.wurfelengine.core.sorting
-
a graph node which references to a cell.
- TopoGraphNode(RenderCell) - Constructor for class com.bombinggames.wurfelengine.core.sorting.TopoGraphNode
- toPoint() - Method in class com.bombinggames.wurfelengine.core.map.Coordinate
-
Copy safe.
- toPoint() - Method in class com.bombinggames.wurfelengine.core.map.Point
- toPoint() - Method in interface com.bombinggames.wurfelengine.core.map.Position
-
Calculates it and creates new instance if not already in correct format then return a copy of itself.
- TopologicalSort - Class in com.bombinggames.wurfelengine.core.sorting
- TopologicalSort(Camera) - Constructor for class com.bombinggames.wurfelengine.core.sorting.TopologicalSort
- toRenderBlock(byte, byte) - Method in class com.bombinggames.wurfelengine.core.map.BlockConfig
- toString() - Method in class com.bombinggames.wurfelengine.core.cvar.BooleanCVar
- toString() - Method in class com.bombinggames.wurfelengine.core.cvar.CVar
-
The values as string representation.
- toString() - Method in class com.bombinggames.wurfelengine.core.cvar.FloatCVar
- toString() - Method in class com.bombinggames.wurfelengine.core.cvar.IntCVar
- toString() - Method in class com.bombinggames.wurfelengine.core.cvar.StringCVar
- toString() - Method in class com.bombinggames.wurfelengine.core.map.Chunk
-
print the chunk to console
- toString() - Method in class com.bombinggames.wurfelengine.core.map.Coordinate
- toString() - Method in class com.bombinggames.wurfelengine.core.map.rendering.RenderCell
- totalRenderCalls - Variable in class com.bombinggames.wurfelengine.core.map.rendering.SpriteBatchWithZAxis
-
Number of rendering calls, ever.
- toVector() - Method in enum com.bombinggames.wurfelengine.core.gameobjects.Side
-
copy safe
- translate(float, float, float) - Method in class com.bombinggames.wurfelengine.core.map.rendering.GameSpaceSprite
-
Sets the position relative to the current position where the sprite will be drawn.
- translateX(float) - Method in class com.bombinggames.wurfelengine.core.map.rendering.GameSpaceSprite
-
Sets the x position relative to the current position where the sprite will be drawn.
- translateY(float) - Method in class com.bombinggames.wurfelengine.core.map.rendering.GameSpaceSprite
-
Sets the y position relative to the current position where the sprite will be drawn.