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 BlockDataCompatibilityBlockData.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.blockDataMapA 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 TypeMethodDescriptionvoidChunkData.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 TypeMethodDescriptionvoidMultiPaper.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 BlockDataPlayerMoveListener.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 TypeMethodDescriptionvoidDataManager.addBlockData(BlockData blockData) Adds block data to the database.voidBlockManager.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 voidGraveManager.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) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.9.9.1. -
Uses of BlockData in dev.cwhead.GravesX.manager
Methods in dev.cwhead.GravesX.manager that return BlockDataModifier and TypeMethodDescriptionParticleManager.getGravesBlockData(Grave grave, org.bukkit.Location loc) Return your Graves BlockData for this grave if available.Methods in dev.cwhead.GravesX.manager with parameters of type BlockDataModifier and TypeMethodDescriptionorg.bukkit.block.data.BlockDataParticleManager.toBukkitBlockData(BlockData gravesBD) Convert your Graves BlockData to Bukkit BlockData for vanilla particle APIs.