Uses of Class
org.rspeer.game.position.Chunk
-
Packages that use Chunk Package Description org.rspeer.game.event org.rspeer.game.position org.rspeer.game.scene -
-
Uses of Chunk in org.rspeer.game.event
Methods in org.rspeer.game.event that return Chunk Modifier and Type Method Description Chunk
ChunkUpdateEvent. getNewChunk()
Chunk
ChunkUpdateEvent. getOldChunk()
-
Uses of Chunk in org.rspeer.game.position
Methods in org.rspeer.game.position that return Chunk Modifier and Type Method Description Chunk
Position. getChunk()
Methods in org.rspeer.game.position that return types with arguments of type Chunk Modifier and Type Method Description List<Chunk>
Region. getChunks(int floor)
-
Uses of Chunk in org.rspeer.game.scene
Methods in org.rspeer.game.scene that return Chunk Modifier and Type Method Description Chunk
Scene.Dynamic. getChunk(int x, int y, int z)
static Chunk
Scene. getLocalChunk()
Methods in org.rspeer.game.scene that return types with arguments of type Chunk Modifier and Type Method Description List<Chunk>
Scene.Dynamic. getChunks()
List<Chunk>
Scene.Dynamic. getChunks(Predicate<Chunk> predicate)
Method parameters in org.rspeer.game.scene with type arguments of type Chunk Modifier and Type Method Description List<Chunk>
Scene.Dynamic. getChunks(Predicate<Chunk> predicate)
-