Uses of Class
com.bombinggames.wurfelengine.core.map.Chunk
-
Packages that use Chunk Package Description com.bombinggames.wurfelengine.core.map com.bombinggames.wurfelengine.core.map.rendering -
-
Uses of Chunk in com.bombinggames.wurfelengine.core.map
Methods in com.bombinggames.wurfelengine.core.map that return Chunk Modifier and Type Method Description Chunk
ChunkLoader. getChunk()
has a chunk if it has finished loadingChunk
Coordinate. getChunk()
Chunk
Map. getChunk(int chunkX, int chunkY)
get the chunk with the given chunk coords.
Runtime: O(1)Chunk
Point. getChunk()
Chunk
Position. getChunk()
Chunk
Map. getChunkContaining(int x, int y)
get the chunk where the coordinates are onChunk
Map. getChunkContaining(Coordinate coord)
get the chunk where the coordinates are on.Chunk
Map. getChunkContaining(Point point)
Methods in com.bombinggames.wurfelengine.core.map that return types with arguments of type Chunk Modifier and Type Method Description java.util.HashMap<java.lang.Integer,Chunk>
Map. getData()
Get the data of the map.java.util.LinkedList<Chunk>
Map. getLoadedChunks()
-
Uses of Chunk in com.bombinggames.wurfelengine.core.map.rendering
Constructors in com.bombinggames.wurfelengine.core.map.rendering with parameters of type Chunk Constructor Description RenderChunk(Chunk chunk)
With init
-