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 BlockDataPlayerMoveListener.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.chunkMapA map of chunk identifiers to their correspondingChunkDataobjects.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 correspondingChunkDataobjects.Methods in com.ranull.graves.manager with parameters of type ChunkDataModifier and TypeMethodDescriptionprivate voidGraveManager.processBlockData(ChunkData chunkData, List<BlockData> blockDataRemoveList) Processes the block data within the given chunk.private voidGraveManager.processEntityData(ChunkData chunkData, List<EntityData> entityDataRemoveList, org.bukkit.Location location) Processes the entity data within the given chunk.voidDataManager.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.