Class ChunkSnapshotBlockSource
java.lang.Object
net.citizensnpcs.api.astar.pathfinder.BlockSource
net.citizensnpcs.api.astar.pathfinder.CachingChunkBlockSource<ChunkSnapshot>
net.citizensnpcs.api.astar.pathfinder.ChunkSnapshotBlockSource
- 
Field SummaryFields inherited from class net.citizensnpcs.api.astar.pathfinder.CachingChunkBlockSourceworld
- 
Constructor SummaryConstructorsConstructorDescriptionChunkSnapshotBlockSource(Location location, float radius) ChunkSnapshotBlockSource(World world, int x, int z, float radius) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected ChunkSnapshotgetChunkObject(int x, int z) protected BoundingBoxgetCollisionBox(ChunkSnapshot chunk, int x, int y, int z) protected intgetLightLevel(ChunkSnapshot chunk, int x, int y, int z) protected MaterialgetType(ChunkSnapshot chunk, int x, int y, int z) Methods inherited from class net.citizensnpcs.api.astar.pathfinder.CachingChunkBlockSourcegetCollisionBox, getMaterialAt, getWorldMethods inherited from class net.citizensnpcs.api.astar.pathfinder.BlockSourcegetBlockAt, getBlockAt, getCollisionBox, getMaterialAt
- 
Constructor Details- 
ChunkSnapshotBlockSource
- 
ChunkSnapshotBlockSource
 
- 
- 
Method Details- 
getChunkObject- Specified by:
- getChunkObjectin class- CachingChunkBlockSource<ChunkSnapshot>
 
- 
getCollisionBox- Specified by:
- getCollisionBoxin class- CachingChunkBlockSource<ChunkSnapshot>
 
- 
getLightLevel- Specified by:
- getLightLevelin class- CachingChunkBlockSource<ChunkSnapshot>
 
- 
getType- Specified by:
- getTypein class- CachingChunkBlockSource<ChunkSnapshot>
 
 
-