Uses of Class
com.ranull.graves.data.BlockData
Packages that use BlockData
Package
Description
-
Uses of BlockData in com.ranull.graves.compatibility
Methods in com.ranull.graves.compatibility that return BlockDataModifier and TypeMethodDescriptionprivate BlockData
CompatibilityBlockData.handleBlockPlacement
(org.bukkit.Location location, org.bukkit.Material material, Grave grave, Graves plugin) Handles the block placement logic.Compatibility.setBlockData
(org.bukkit.Location location, org.bukkit.Material material, Grave grave, Graves plugin) Sets the block data for a given location and material, associating it with a grave.CompatibilityBlockData.setBlockData
(org.bukkit.Location location, org.bukkit.Material material, Grave grave, Graves plugin) Sets the block data for a given location and material, associating it with a grave.CompatibilityMaterialData.setBlockData
(org.bukkit.Location location, org.bukkit.Material material, Grave grave, Graves plugin) Sets the block data for a given location and material, associating it with a grave. -
Uses of BlockData in com.ranull.graves.data
Fields in com.ranull.graves.data with type parameters of type BlockDataModifier and TypeFieldDescriptionChunkData.blockDataMap
A map of block locations and their corresponding block data.Methods in com.ranull.graves.data that return types with arguments of type BlockDataModifier and TypeMethodDescriptionChunkData.getBlockDataMap()
Gets the map of block data within the chunk.Methods in com.ranull.graves.data with parameters of type BlockDataModifier and TypeMethodDescriptionvoid
ChunkData.addBlockData
(BlockData blockData) Adds block data to the chunk. -
Uses of BlockData in com.ranull.graves.integration
Methods in com.ranull.graves.integration with parameters of type BlockDataModifier and TypeMethodDescriptionvoid
MultiPaper.notifyBlockCreation
(BlockData blockData) Notifies other servers about a block creation event. -
Uses of BlockData in com.ranull.graves.listener
Methods in com.ranull.graves.listener that return BlockDataModifier and TypeMethodDescriptionprivate BlockData
PlayerMoveListener.getBlockDataFromLocation
(ChunkData chunkData, org.bukkit.Location location) Retrieves the BlockData from the location within the ChunkData. -
Uses of BlockData in com.ranull.graves.manager
Methods in com.ranull.graves.manager that return BlockDataModifier and TypeMethodDescriptionBlockManager.getBlockData
(org.bukkit.block.Block block) Gets the BlockData associated with the specified block.Methods in com.ranull.graves.manager that return types with arguments of type BlockDataModifier and TypeMethodDescriptionBlockManager.getBlockDataList
(Grave grave) Gets a list of BlockData associated with the given grave.Methods in com.ranull.graves.manager with parameters of type BlockDataModifier and TypeMethodDescriptionvoid
DataManager.addBlockData
(BlockData blockData) Adds block data to the database.void
BlockManager.removeBlock
(BlockData blockData) Removes a specific block represented by the given BlockData.Method parameters in com.ranull.graves.manager with type arguments of type BlockDataModifier and TypeMethodDescriptionprivate void
GraveManager.processBlockData
(ChunkData chunkData, List<BlockData> blockDataRemoveList) Processes the block data within the given chunk. -
Uses of BlockData in dev.cwhead.GravesX
Methods in dev.cwhead.GravesX that return BlockDataModifier and TypeMethodDescriptionGravesXAPI.getBlockData
(@NotNull org.bukkit.Location location, @NotNull UUID graveUUID, @NotNull String replaceMaterial, @NotNull String replaceData) Retrieves the BlockData associated with a grave at a given location.