Uses of Class
com.ranull.graves.data.ChunkData
Packages that use ChunkData
-
Uses of ChunkData in com.ranull.graves.listener
Methods in com.ranull.graves.listener with parameters of type ChunkDataModifier and TypeMethodDescriptionprivate BlockData
PlayerMoveListener.getBlockDataFromLocation
(ChunkData chunkData, org.bukkit.Location location) Retrieves the BlockData from the location within the ChunkData. -
Uses of ChunkData in com.ranull.graves.manager
Fields in com.ranull.graves.manager with type parameters of type ChunkDataModifier and TypeFieldDescriptionCacheManager.chunkMap
A map of chunk identifiers to their correspondingChunkData
objects.Methods in com.ranull.graves.manager that return ChunkDataModifier and TypeMethodDescriptionDataManager.getChunkData
(org.bukkit.Location location) Retrieves chunk data for a specified location.Methods in com.ranull.graves.manager that return types with arguments of type ChunkDataModifier and TypeMethodDescriptionCacheManager.getChunkMap()
Returns the map of chunk identifiers to their correspondingChunkData
objects.Methods in com.ranull.graves.manager with parameters of type ChunkDataModifier and TypeMethodDescriptionprivate void
GraveManager.processBlockData
(ChunkData chunkData, List<BlockData> blockDataRemoveList) Processes the block data within the given chunk.private void
GraveManager.processEntityData
(ChunkData chunkData, List<EntityData> entityDataRemoveList, org.bukkit.Location location) Processes the entity data within the given chunk.void
DataManager.removeChunkData
(ChunkData chunkData) Removes chunk data. -
Uses of ChunkData in dev.cwhead.GravesX
Methods in dev.cwhead.GravesX that return ChunkDataModifier and TypeMethodDescriptionGravesXAPI.getChunkData
(@NotNull org.bukkit.Location location) Retrieves the ChunkData for the chunk containing the specified location.