Uses of Class
com.ranull.graves.Graves
Packages that use Graves
Package
Description
-
Uses of Graves in com.ranull.graves.command
Fields in com.ranull.graves.command declared as GravesConstructors in com.ranull.graves.command with parameters of type GravesModifierConstructorDescriptionGravesCommand
(Graves plugin) Constructor to initialize the GravesCommand with the Graves plugin. -
Uses of Graves in com.ranull.graves.compatibility
Methods in com.ranull.graves.compatibility with parameters of type GravesModifier and TypeMethodDescriptionprivate void
CompatibilityBlockData.applySkullData
(org.bukkit.block.Skull skull, Grave grave, Graves plugin, int headType, String headBase64, String headName) Applies the skull data to the skull block.boolean
Compatibility.canBuild
(org.bukkit.entity.Player player, org.bukkit.Location location, Graves plugin) Checks if a player can build at a given location.boolean
CompatibilityBlockData.canBuild
(org.bukkit.entity.Player player, org.bukkit.Location location, Graves plugin) Checks if a player can build at a given location.boolean
CompatibilityMaterialData.canBuild
(org.bukkit.entity.Player player, org.bukkit.Location location, Graves plugin) Checks if a player can build at a given location by simulating a block placement.org.bukkit.inventory.ItemStack
Compatibility.getSkullItemStack
(Grave grave, Graves plugin) Gets the skull item stack for a given grave.org.bukkit.inventory.ItemStack
CompatibilityBlockData.getSkullItemStack
(Grave grave, Graves plugin) Gets the skull item stack for a given grave.org.bukkit.inventory.ItemStack
CompatibilityMaterialData.getSkullItemStack
(Grave grave, Graves plugin) Gets the skull item stack for a given grave.private 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.private void
CompatibilityBlockData.updateSkullBlock
(org.bukkit.block.Block block, Grave grave, Graves plugin) Updates the skull block with the owner or texture data.private void
CompatibilityMaterialData.updateSkullBlock
(org.bukkit.block.Block block, Grave grave, Graves plugin) Updates the skull block with the owner or texture data. -
Uses of Graves in com.ranull.graves.integration
Fields in com.ranull.graves.integration declared as GravesModifier and TypeFieldDescriptionprivate final Graves
CitizensNPC.plugin
private final Graves
CoreProtectIntegration.plugin
private final Graves
FancyNPCs.plugin
private final Graves
Floodgate.plugin
private final Graves
FurnitureEngine.plugin
Deprecated.private final Graves
FurnitureLib.plugin
private final Graves
ItemBridge.plugin
private final Graves
ItemsAdder.plugin
private final Graves
MultiPaper.plugin
private final Graves
Nexo.plugin
private final Graves
NoteBlockAPI.plugin
private final Graves
Oraxen.plugin
Deprecated.private final Graves
PlaceholderAPI.plugin
private final Graves
PlayerNPC.plugin
private final Graves
ProtectionLib.plugin
private final Graves
ProtocolLib.plugin
private final Graves
SkriptImpl.plugin
private final Graves
WorldEdit.plugin
Methods in com.ranull.graves.integration with parameters of type GravesModifier and TypeMethodDescriptionstatic org.bukkit.inventory.ItemStack
MiniMessage.formatBookMeta
(Graves plugin, Grave grave, org.bukkit.inventory.ItemStack itemStack, net.kyori.adventure.text.Component title, net.kyori.adventure.text.Component author, List<net.kyori.adventure.text.Component> pages, List<net.kyori.adventure.text.Component> lore) Formats a written book's metadata (title, author, pages, lore, and optionally custom model data) using Adventure components and legacy section serialization.Constructors in com.ranull.graves.integration with parameters of type GravesModifierConstructorDescriptionCitizensNPC
(Graves plugin) Constructs a new CitizensNPC instance with the specified Graves plugin.CoreProtectIntegration
(Graves plugin) Constructs a newCoreProtectIntegration
.FurnitureEngine
(Graves plugin) Deprecated.Plugin no longer exists externally Constructs a FurnitureEngine instance.FurnitureLib
(Graves plugin) Constructs a FurnitureLib instance.ItemBridge
(Graves plugin) Constructs an ItemBridge instance and registers it with the ItemBridge plugin.ItemsAdder
(Graves plugin, org.bukkit.plugin.Plugin itemsAdderPlugin) Constructs an ItemsAdder instance and saves data related to ItemsAdder.MultiPaper
(Graves plugin) Constructs a new MultiPaper instance and registers listeners for MultiLib events.Initializes the EntityDataManager with the specified plugin instance.NoteBlockAPI
(Graves plugin) Constructs a new NoteBlockAPI instance.Deprecated.Recommend Nexo as a replacement.PlaceholderAPI
(Graves plugin) Constructs a new PlaceholderAPI instance with the specified Graves plugin.Constructs a new PlayerNPC instance with the specified Graves plugin.ProtectionLib
(Graves plugin, org.bukkit.plugin.Plugin protectionLibPlugin) Constructs a new ProtectionLib instance with the specified Graves plugin and ProtectionLib plugin.ProtocolLib
(Graves plugin) Constructs a new ProtocolLib instance with the specified Graves plugin.SkriptImpl
(Graves plugin) Constructs a SkriptIntegration instance and registers it with the Skript plugin.Constructs a new WorldEdit integration instance with the specified plugin and WorldEdit plugin. -
Uses of Graves in com.ranull.graves.listener
Fields in com.ranull.graves.listener declared as GravesModifier and TypeFieldDescriptionprivate final Graves
BlockBreakListener.plugin
private final Graves
BlockBurnAndIgniteListener.plugin
private final Graves
BlockExplodeListener.plugin
private final Graves
BlockFromToListener.plugin
private final Graves
BlockPistonExtendListener.plugin
private final Graves
BlockPlaceListener.plugin
private final Graves
CreatureSpawnListener.plugin
private final Graves
EntityChangeListener.plugin
private final Graves
EntityDamageByEntityListener.plugin
private final Graves
EntityDeathListener.plugin
private final Graves
EntityExplodeListener.plugin
private final Graves
ExplosionPrimeListener.plugin
private final Graves
GraveTestListener.plugin
private final Graves
HangingBreakListener.plugin
private final Graves
InventoryClickListener.plugin
private final Graves
InventoryCloseListener.plugin
private final Graves
InventoryDragListener.plugin
private final Graves
InventoryOpenListener.plugin
private final Graves
PlayerBucketListener.plugin
private final Graves
PlayerDeathListener.plugin
private final Graves
PlayerDropItemListener.plugin
private final Graves
PlayerInteractAtEntityListener.plugin
private final Graves
PlayerInteractEntityListener.plugin
private final Graves
PlayerInteractListener.plugin
private final Graves
PlayerJoinListener.plugin
private final Graves
PlayerMoveListener.plugin
private final Graves
PlayerQuitListener.plugin
private final Graves
PlayerRespawnListener.plugin
private final Graves
PlayerTeleportListener.plugin
private final Graves
ProjectileHitListener.plugin
Constructors in com.ranull.graves.listener with parameters of type GravesModifierConstructorDescriptionBlockBreakListener
(Graves plugin) Constructs a new BlockBreakListener with the specified Graves plugin.BlockBurnAndIgniteListener
(Graves plugin) Constructs a new BlockBurnAndIgniteListener with the specified Graves plugin.BlockExplodeListener
(Graves plugin) Constructs a new BlockExplodeListener with the specified Graves plugin.BlockFromToListener
(Graves plugin) Constructs a new BlockFromToListener with the specified Graves plugin.BlockPistonExtendListener
(Graves plugin) Constructs a new BlockPistonExtendListener with the specified Graves plugin.BlockPlaceListener
(Graves plugin) Constructs a new BlockPlaceListener with the specified Graves plugin.CreatureSpawnListener
(Graves plugin) Constructs a new CreatureSpawnListener with the specified Graves plugin.EntityChangeListener
(Graves plugin) Constructs a new EntityChangeListener with the specified Graves plugin.EntityDamageByEntityListener
(Graves plugin) Constructs a new EntityDamageByEntityListener with the specified Graves plugin.EntityDeathListener
(Graves plugin) Constructs an EntityDeathListener with the specified Graves plugin.EntityExplodeListener
(Graves plugin) Constructs a new EntityExplodeListener with the specified Graves plugin.ExplosionPrimeListener
(Graves plugin) Constructs a new ExplosionPrimeListener with the specified Graves plugin.GraveTestListener
(Graves plugin) Constructs a GraveTestListener with the specified Graves plugin.HangingBreakListener
(Graves plugin) Constructs a HangingBreakListener with the specified Graves plugin.InventoryClickListener
(Graves plugin) Constructs an InventoryClickListener with the specified Graves plugin.InventoryCloseListener
(Graves plugin) Constructs an InventoryCloseListener with the specified Graves plugin.InventoryDragListener
(Graves plugin) Constructs an InventoryDragListener with the specified Graves plugin.InventoryOpenListener
(Graves plugin) Constructs an InventoryOpenListener with the specified Graves plugin.PlayerBucketListener
(Graves plugin) Constructs a PlayerBucketListener with the specified Graves plugin.PlayerDeathListener
(Graves plugin) Constructs a PlayerDeathListener with the specified Graves plugin.PlayerDropItemListener
(Graves plugin) Constructs a PlayerDropItemListener with the specified Graves plugin.PlayerInteractAtEntityListener
(Graves plugin) Constructs a PlayerInteractAtEntityListener with the specified Graves plugin.PlayerInteractEntityListener
(Graves plugin) Constructs a PlayerInteractEntityListener with the specified Graves plugin.PlayerInteractListener
(Graves plugin) Constructs a PlayerInteractListener with the specified Graves plugin.PlayerJoinListener
(Graves plugin) Constructs a PlayerJoinListener with the specified Graves plugin.PlayerMoveListener
(Graves plugin) Constructs a PlayerMoveListener with the specified Graves plugin.PlayerQuitListener
(Graves plugin) Constructs a PlayerQuitListener with the specified Graves plugin.PlayerRespawnListener
(Graves plugin) Constructs a PlayerRespawnListener with the specified Graves plugin.PlayerTeleportListener
(Graves plugin) Constructs a new PlayerTeleportListener with the specified Graves plugin.ProjectileHitListener
(Graves plugin) Constructs a new ProjectileHitListener with the specified Graves plugin. -
Uses of Graves in com.ranull.graves.listener.integration.citizensnpcs
Fields in com.ranull.graves.listener.integration.citizensnpcs declared as GravesConstructors in com.ranull.graves.listener.integration.citizensnpcs with parameters of type GravesModifierConstructorDescriptionCitizensNPCInteractListener
(Graves plugin, CitizensNPC citizensNPC) Constructs a new CitizensNPCInteractListener with the specified Graves and CitizensNPC instances. -
Uses of Graves in com.ranull.graves.listener.integration.coreprotect
Fields in com.ranull.graves.listener.integration.coreprotect declared as GravesConstructors in com.ranull.graves.listener.integration.coreprotect with parameters of type GravesModifierConstructorDescriptionCoreProtectListener
(Graves plugin) Constructs a newCoreProtectListener
. -
Uses of Graves in com.ranull.graves.listener.integration.furnitureengine
Fields in com.ranull.graves.listener.integration.furnitureengine declared as GravesModifier and TypeFieldDescriptionprivate final Graves
FurnitureInteractListener.plugin
Deprecated.Constructors in com.ranull.graves.listener.integration.furnitureengine with parameters of type GravesModifierConstructorDescriptionFurnitureInteractListener
(Graves plugin, FurnitureEngine furnitureEngine) Deprecated.Plugin no longer exists externally Constructs a new FurnitureInteractListener with the specified Graves plugin and FurnitureEngine instance. -
Uses of Graves in com.ranull.graves.listener.integration.furniturelib
Fields in com.ranull.graves.listener.integration.furniturelib declared as GravesConstructors in com.ranull.graves.listener.integration.furniturelib with parameters of type GravesModifierConstructorDescriptionProjectClickListener
(Graves plugin, FurnitureLib furnitureLib) Constructs a new ProjectClickListener with the specified Graves and FurnitureLib instances. -
Uses of Graves in com.ranull.graves.listener.integration.itemsadder
Fields in com.ranull.graves.listener.integration.itemsadder declared as GravesModifier and TypeFieldDescriptionprivate final Graves
CustomBlockBreakListener.plugin
private final Graves
FurnitureBreakListener.plugin
Constructors in com.ranull.graves.listener.integration.itemsadder with parameters of type GravesModifierConstructorDescriptionCustomBlockBreakListener
(Graves plugin) Constructs a newCustomBlockBreakListener
.FurnitureBreakListener
(Graves plugin) Constructs a newFurnitureBreakListener
. -
Uses of Graves in com.ranull.graves.listener.integration.nexo
Fields in com.ranull.graves.listener.integration.nexo declared as GravesConstructors in com.ranull.graves.listener.integration.nexo with parameters of type GravesModifierConstructorDescriptionPlayerInteractEntityListener
(Graves plugin, Nexo nexo) Constructs a new PlayerInteractEntityListener with the specified Graves and Nexo instances. -
Uses of Graves in com.ranull.graves.listener.integration.oraxen
Fields in com.ranull.graves.listener.integration.oraxen declared as GravesModifier and TypeFieldDescriptionprivate final Graves
PlayerInteractEntityListener.plugin
Deprecated.Constructors in com.ranull.graves.listener.integration.oraxen with parameters of type GravesModifierConstructorDescriptionPlayerInteractEntityListener
(Graves plugin, Oraxen oraxen) Deprecated.Recommend Nexo as a replacement. -
Uses of Graves in com.ranull.graves.listener.integration.playernpc
Fields in com.ranull.graves.listener.integration.playernpc declared as GravesConstructors in com.ranull.graves.listener.integration.playernpc with parameters of type GravesModifierConstructorDescriptionNPCInteractListener
(Graves plugin, PlayerNPC playerNPC) Constructs a new NPCInteractListener with the specified Graves and PlayerNPC instances. -
Uses of Graves in com.ranull.graves.manager
Fields in com.ranull.graves.manager declared as GravesModifier and TypeFieldDescriptionprivate final Graves
BlockManager.plugin
private final Graves
DataManager.plugin
The main plugin instance associated with Graves.private final Graves
EntityDataManager.plugin
The main plugin instance associated with Graves.private final Graves
EntityManager.plugin
The main plugin instance associated with Graves.private final Graves
GraveManager.plugin
The main plugin instance associated with Graves.private final Graves
GUIManager.plugin
private final Graves
HologramManager.plugin
The main plugin instance associated with Graves.private final Graves
ImportManager.plugin
The main plugin instance associated with Graves.private final Graves
IntegrationManager.plugin
The main plugin instance associated with Graves.private final Graves
ItemStackManager.plugin
The main plugin instance associated with Graves.private final Graves
LocationManager.plugin
The main plugin instance associated with Graves.private final Graves
ParticleManager.plugin
private final Graves
RecipeManager.plugin
The main plugin instance associated with Graves.Methods in com.ranull.graves.manager with parameters of type GravesModifier and TypeMethodDescriptionorg.bukkit.Location
LocationManager.getSafeTeleportLocation
(org.bukkit.entity.Entity entity, org.bukkit.Location location, Grave grave, Graves plugin) Gets a safe teleport location.Constructors in com.ranull.graves.manager with parameters of type GravesModifierConstructorDescriptionBlockManager
(Graves plugin) Initializes a new instance of the BlockManager class.DataManager
(Graves plugin) Initializes the DataManager with the specified plugin instance and sets up the database connection.EntityDataManager
(Graves plugin) Initializes the EntityDataManager with the specified plugin instance.EntityManager
(Graves plugin) Initializes the EntityManager with the specified plugin instance.GraveManager
(Graves plugin) Initializes the GraveManager with the specified plugin instance.GUIManager
(Graves plugin) Initializes a new instance of the GUIManager class.HologramManager
(Graves plugin) Initializes a new instance of the HologramManager class.ImportManager
(Graves plugin) Initializes a new instance of the ImportManager class.IntegrationManager
(Graves plugin) Initializes a new instance of theIntegrationManager
class.ItemStackManager
(Graves plugin) Initializes a new instance of the ItemStackManager class.LocationManager
(Graves plugin) Initializes a new instance of the LocationManager class.ParticleManager
(Graves plugin) RecipeManager
(Graves plugin) Initializes a new instance of the RecipeManager class. -
Uses of Graves in com.ranull.graves.util
Fields in com.ranull.graves.util declared as GravesMethods in com.ranull.graves.util with parameters of type GravesModifier and TypeMethodDescriptionstatic String
StringUtil.getDateString
(Grave grave, long time, Graves plugin) Gets the date string for a given time in a specific format.static String
ServerUtil.getServerDumpInfo
(Graves plugin) Gathers server information and generates a dump in string format.static String
StringUtil.getTimeString
(Grave grave, long time, Graves plugin) Gets the time string for a given duration in milliseconds.private static String
StringUtil.getWorldFormatted
(String worldName, Graves plugin) Retrieves the formatted world name from the configuration.static String
StringUtil.parseString
(String string, Graves plugin) static String
StringUtil.parseString
(String string, Grave grave, Graves plugin) static String
StringUtil.parseString
(String string, String name, Graves plugin) static String
StringUtil.parseString
(String string, org.bukkit.entity.Entity entity, Graves plugin) static String
StringUtil.parseString
(String string, org.bukkit.entity.Entity entity, String name, org.bukkit.Location location, Grave grave, Graves plugin) Parses a string and replaces placeholders with corresponding values.static String
StringUtil.parseString
(String string, org.bukkit.entity.Entity entity, org.bukkit.Location location, Grave grave, Graves plugin) static String
StringUtil.parseString
(String string, org.bukkit.Location location, Grave grave, Graves plugin) static org.bukkit.inventory.Inventory
InventoryUtil.stringToInventory
(org.bukkit.inventory.InventoryHolder inventoryHolder, String string, String title, Graves plugin) Converts a string representation of an inventory to an Inventory object.Constructors in com.ranull.graves.util with parameters of type GravesModifierConstructorDescriptionLibraryLoaderUtil
(Graves plugin) Constructs a new LibraryLoaderUtil instance. -
Uses of Graves in dev.cwhead.GravesX
Fields in dev.cwhead.GravesX declared as GravesMethods in dev.cwhead.GravesX that return GravesModifier and TypeMethodDescriptionGravesXAPI.getGravesX()
Retrieves the instance of theGraves
class.Constructors in dev.cwhead.GravesX with parameters of type GravesModifierConstructorDescriptionGravesXAPI
(Graves plugin) Constructor for initializing the GravesXAPI with the main plugin instance.