Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

T

Thinker<T extends CellGame,U extends GameState<T,U,V>,V extends SubThinker<T,U,V>> - Class in org.cell2d
A Thinker is a collection of methods that contributes to the mechanics of a GameState to which it is assigned.
Thinker(Class<T>, Class<U>, Class<V>) - Constructor for class org.cell2d.Thinker
Constructs a Thinker.
ThinkerObject<T extends CellGame,U extends SpaceState<T,U,V>,V extends SpaceThinker<T,U,V>> - Class in org.cell2d.space
A ThinkerObject is a MobileObject that mimics a type of SpaceThinker by permanently assigning to itself a SpaceThinker of that type.
ThinkerObject() - Constructor for class org.cell2d.space.ThinkerObject
Constructs a ThinkerObject with no locator Hitbox or assigned SpaceThinker.
TiledArea<T extends CellGame,U extends SpaceState<T,U,?>> - Class in org.cell2d.space.map
The TiledArea class, along with the TiledConverter class, allow Cell2D games to incorporate information from files created with the map editor Tiled.
TiledArea(TiledMap, TiledConverter, int, String, String, int, boolean) - Constructor for class org.cell2d.space.map.TiledArea
Constructs a TiledArea that represents the contents of the specified TiledMap.
TiledArea(TiledMap, TiledConverter, int[], String, int, boolean) - Constructor for class org.cell2d.space.map.TiledArea
Constructs a TiledArea that represents the contents of the specified TiledMap.
TiledConverter - Class in org.cell2d.space.map
The TiledConverter class, along with the TiledArea class, allow Cell2D games to incorporate information from files created with the map editor Tiled.
TiledConverter(FileSystemTiledReader) - Constructor for class org.cell2d.space.map.TiledConverter
Constructs a new TiledConverter with the specified associated TiledReader.
TileGrid - Class in org.cell2d.space.map
A TileGrid is a Drawable that displays a rectangular grid of other Drawables, called tiles.
TileGrid(int, int) - Constructor for class org.cell2d.space.map.TileGrid
Constructs a TileGrid with all of its grid cells unoccupied by tiles, and with none of its tiles set to be flipped or rotated.
TileGridObject - Class in org.cell2d.space.map
A TileGridObject is a type of SpaceObject that spatially instantiates a TileGrid, which is specified upon the TileGridObject's creation.
TileGridObject(CellVector, TileGrid, int, boolean) - Constructor for class org.cell2d.space.map.TileGridObject
Constructs a TileGridObject.
TileGridObject(long, long, TileGrid, int, boolean) - Constructor for class org.cell2d.space.map.TileGridObject
Constructs a TileGridObject.
toArray() - Method in class org.cell2d.util.ArraySet
 
toArray(T[]) - Method in class org.cell2d.util.ArraySet
 
toDouble(long) - Static method in class org.cell2d.Frac
Returns the equivalent of the specified fracunit-scale number as a double.
toString() - Method in class org.cell2d.Color
 
TRANSPARENT - Static variable in class org.cell2d.Color
A completely transparent Color.
trimToSize() - Method in class org.cell2d.util.ArrayMap
Trims the capacity of this ArrayMap to be equal to its current size.
trimToSize() - Method in class org.cell2d.util.ArraySet
Trims the capacity of this ArraySet to be equal to its current size.
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links