Uses of Class
com.ranull.graves.type.Grave

Packages that use Grave
  • Uses of Grave in com.ranull.graves

    Methods in com.ranull.graves with parameters of type Grave
    Modifier and Type
    Method
    Description
    org.bukkit.configuration.ConfigurationSection
    Graves.getConfig(String config, Grave grave)
    Gets a configuration section based on a specific grave.
    Method parameters in com.ranull.graves with type arguments of type Grave
    Modifier and Type
    Method
    Description
    org.bukkit.configuration.ConfigurationSection
    Graves.getConfig(String config, List<Grave> graveList)
    Gets a configuration section for a list of graves.
  • Uses of Grave in com.ranull.graves.compatibility

    Methods in com.ranull.graves.compatibility with parameters of type Grave
    Modifier and Type
    Method
    Description
    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.
    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 Grave in com.ranull.graves.event

    Constructors in com.ranull.graves.event with parameters of type Grave
    Modifier
    Constructor
    Description
     
    GraveAbandonedEvent(@NotNull Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use GraveAbandonedEvent instead.
     
    GraveAutoLootEvent(@NotNull org.bukkit.entity.Entity entity, @NotNull org.bukkit.Location location, @NotNull Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use GraveAutoLootEvent instead.
     
    GraveBlockPlaceEvent(@NotNull Grave grave, @NotNull org.bukkit.Location location, BlockData.BlockType blockType)
     
    GraveBlockPlaceEvent(@NotNull Grave grave, @NotNull org.bukkit.Location location, BlockData.BlockType blockType, org.bukkit.block.Block block, org.bukkit.entity.LivingEntity livingEntity)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    GraveBreakEvent(@NotNull org.bukkit.block.Block block, @NotNull org.bukkit.entity.Player player, @NotNull Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use GraveBreakEvent instead.
     
    GraveBreakEvent(@NotNull org.bukkit.block.Block block, @NotNull org.bukkit.entity.Player player, @NotNull Grave grave, BlockData.BlockType blockType)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use GraveBreakEvent instead.
     
    GraveCloseEvent(@NotNull Grave grave, @NotNull org.bukkit.inventory.InventoryView inventoryView, @NotNull org.bukkit.entity.Entity entity)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    GraveCloseEvent(@NotNull org.bukkit.inventory.InventoryView inventoryView, @NotNull Grave grave, @NotNull org.bukkit.entity.Player player)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use GraveCloseEvent instead.
     
    GraveCompassAddEvent(@NotNull org.bukkit.entity.Entity entity, @NotNull Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    GraveCompassAddEvent(@NotNull org.bukkit.entity.Player player, @NotNull Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    GraveCompassUseEvent(@NotNull org.bukkit.entity.Entity entity, @NotNull Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    GraveCompassUseEvent(@NotNull org.bukkit.entity.Player player, @NotNull Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    GraveCreateEvent(@NotNull org.bukkit.entity.Entity entity, @NotNull Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use GraveCreateEvent instead.
     
    GraveExplodeEvent(@NotNull org.bukkit.Location location, @Nullable org.bukkit.entity.Entity entity, @NotNull Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use GraveExplodeEvent instead.
     
    GraveLootedEvent(@NotNull Grave grave, @NotNull org.bukkit.inventory.InventoryView inventoryView, @NotNull org.bukkit.entity.Entity entity)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use GraveLootedEvent instead.
     
    GraveLootedEvent(@NotNull org.bukkit.inventory.InventoryView inventoryView, @NotNull Grave grave, @NotNull org.bukkit.entity.Player player)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use GraveLootedEvent instead.
     
    GraveObituaryAddEvent(@NotNull Grave grave, @NotNull org.bukkit.Location location, @Nullable org.bukkit.entity.Entity entity)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    GraveOpenEvent(@NotNull org.bukkit.inventory.InventoryView inventoryView, @NotNull Grave grave, @NotNull org.bukkit.entity.Entity entity)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use GraveOpenEvent instead.
     
    GraveOpenEvent(@NotNull org.bukkit.inventory.InventoryView inventoryView, @NotNull Grave grave, @NotNull org.bukkit.entity.Player player)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use GraveOpenEvent instead.
     
    GraveParticleEvent(@NotNull org.bukkit.entity.Entity entity, @NotNull Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use GraveParticleEvent instead.
     
    GraveParticleEvent(@NotNull org.bukkit.entity.Player player, @NotNull Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use GraveParticleEvent instead.
     
    GravePistonExtendEvent(@NotNull Grave grave, @Nullable org.bukkit.Location location, @NotNull org.bukkit.block.Block pistonBlock, @NotNull org.bukkit.block.BlockFace direction, @NotNull List<org.bukkit.block.Block> movedBlocks)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    GravePlayerHeadDropEvent(@NotNull Grave grave, @NotNull org.bukkit.Location location, @Nullable org.bukkit.entity.Entity entity)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    GravePreTeleportEvent(@NotNull Grave grave, @NotNull org.bukkit.entity.Entity entity)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    GraveProjectileHitEvent(@NotNull org.bukkit.Location location, @NotNull Grave grave, @NotNull org.bukkit.entity.Entity entity, @Nullable org.bukkit.block.Block block)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    GraveProjectileHitEvent(@NotNull org.bukkit.Location location, @NotNull org.bukkit.entity.LivingEntity livingEntity, @NotNull Grave grave, @NotNull org.bukkit.entity.Entity entity, @Nullable org.bukkit.block.Block block)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    GraveProjectileHitEvent(@NotNull org.bukkit.Location location, @NotNull org.bukkit.entity.Player player, @NotNull Grave grave, @NotNull org.bukkit.entity.Entity entity, @Nullable org.bukkit.block.Block block)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    GraveProtectionCreateEvent(@NotNull org.bukkit.entity.Entity entity, @NotNull Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    GraveTeleportEvent(@NotNull Grave grave, @NotNull org.bukkit.entity.Entity entity)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use GraveTeleportEvent instead.
     
    GraveTimeoutEvent(@NotNull Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use GraveTimeoutEvent instead.
     
    GraveWalkOverEvent(@NotNull org.bukkit.entity.Entity entity, @NotNull org.bukkit.Location location, @NotNull Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use GraveWalkOverEvent instead.
     
    GraveZombieSpawnEvent(@NotNull org.bukkit.Location location, @NotNull org.bukkit.entity.LivingEntity targetEntity, @NotNull Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
  • Uses of Grave in com.ranull.graves.integration

    Methods in com.ranull.graves.integration with parameters of type Grave
    Modifier and Type
    Method
    Description
    void
    FurnitureEngine.cleanupItemFrame(Grave grave)
    Deprecated.
    Plugin no longer exists externally Cleans up ItemFrames near the death location of a grave.
    void
    ItemsAdder.createBlock(org.bukkit.Location location, Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use GravesXModule: ItemsAdder instead Creates and places a custom block at a specified location.
    void
    Oraxen.createBlock(org.bukkit.Location location, Grave grave)
    Deprecated.
    Recommend Nexo as a replacement.
    void
    PlayerNPC.createCorpse(UUID uuid, org.bukkit.Location location, Grave grave, boolean createEntityData)
    Deprecated.
    since 4.9.9.1 — Unmaintained.
    void
    PlayerNPC.createCorpse(org.bukkit.Location location, Grave grave)
    Deprecated.
    since 4.9.9.1 — Unmaintained.
    void
    FurnitureEngine.createFurniture(org.bukkit.Location location, Grave grave)
    Deprecated.
    Plugin no longer exists externally Creates and places furniture at the specified location.
    void
    FurnitureLib.createFurniture(org.bukkit.Location location, Grave grave)
    Creates and places furniture at the specified location.
    void
    ItemsAdder.createFurniture(org.bukkit.Location location, Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use GravesXModule: ItemsAdder instead Creates and places custom furniture at a specified location.
    void
    Oraxen.createFurniture(org.bukkit.Location location, Grave grave)
    Deprecated.
    Recommend Nexo as a replacement.
    static 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.
    boolean
    ItemsAdder.hasBlock(Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use GravesXModule: ItemsAdder instead True if an ItemsAdder custom block exists at the grave location.
    boolean
    Oraxen.hasBlock(Grave grave)
    Deprecated.
    Recommend Nexo as a replacement.
    boolean
    FurnitureEngine.hasFurniture(Grave grave)
    Deprecated.
    Plugin no longer exists externally True if FurnitureEngine furniture exists at the grave's location.
    boolean
    FurnitureLib.hasFurniture(Grave grave)
    True if FurnitureLib furniture occupies the grave's location.
    boolean
    ItemsAdder.hasFurniture(Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use GravesXModule: ItemsAdder instead True if an ItemsAdder furniture entity for this grave is currently spawned.
    boolean
    Oraxen.hasFurniture(Grave grave)
    Deprecated.
    Recommend Nexo as a replacement.
    void
    MultiPaper.notifyGraveCreation(Grave grave)
    Notifies other servers about a grave creation event.
    void
    MultiPaper.notifyGraveRemoval(Grave grave)
    Notifies other servers about a grave removal event.
    void
    PlayerNPC.removeCorpse(Grave grave)
    Deprecated.
    since 4.9.9.1 — Unmaintained.
    void
    FurnitureEngine.removeFurniture(Grave grave)
    Deprecated.
    Plugin no longer exists externally Removes furniture associated with the specified grave.
    void
    FurnitureLib.removeFurniture(Grave grave)
    Removes furniture associated with the specified grave.
    void
    ItemsAdder.removeFurniture(Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use GravesXModule: ItemsAdder instead Removes all custom furniture associated with a specific grave.
    void
    Oraxen.removeFurniture(Grave grave)
    Deprecated.
    Recommend Nexo as a replacement.
  • Uses of Grave in com.ranull.graves.inventory

    Methods in com.ranull.graves.inventory that return Grave
    Modifier and Type
    Method
    Description
    GraveList.getGrave(int slot)
    Gets the Grave object at the specified slot in the grave list.
    GraveMenu.getGrave()
    Gets the Grave object associated with this menu.
    Constructors in com.ranull.graves.inventory with parameters of type Grave
    Modifier
    Constructor
    Description
     
    Constructs a new GraveMenu instance for the specified grave.
    Constructor parameters in com.ranull.graves.inventory with type arguments of type Grave
    Modifier
    Constructor
    Description
     
    GraveList(UUID uuid, List<Grave> graveList)
    Constructs a new GraveList instance with the given UUID and list of graves.
  • Uses of Grave in com.ranull.graves.manager

    Methods in com.ranull.graves.manager that return Grave
    Modifier and Type
    Method
    Description
    ImportManager.convertAngelChestToGrave(File file)
    Converts a single AngelChest YAML file into a Grave, applying fallbacks for world, coords, and metadata.
    GraveManager.createGrave(org.bukkit.entity.Entity entity, List<org.bukkit.inventory.ItemStack> itemStackList)
    Creates a new grave for the specified entity and list of item stacks.
    GraveManager.createGrave(org.bukkit.entity.Entity entity, List<org.bukkit.inventory.ItemStack> itemStackList, List<String> permissionList)
    Creates a new grave for the specified entity, list of item stacks, and permissions.
    EntityDataManager.getGrave(org.bukkit.entity.Entity entity)
    Retrieves a grave for a specified entity.
    EntityDataManager.getGrave(org.bukkit.Location location, UUID uuid)
    Retrieves a grave for a specified location and entity UUID.
    BlockManager.getGraveFromBlock(org.bukkit.block.Block block)
    Gets the grave associated with the specified block.
    BlockManager.getGraveFromBlockLocation(org.bukkit.Location location)
    Gets the grave block associated with the specified location.
    EntityManager.getGraveFromEntityData(org.bukkit.entity.Entity entity)
    Retrieves a Grave object from the persistent data or metadata of the specified entity.
    CacheManager.getOldestGrave(UUID playerUUID)
    Returns the oldest grave for a given player.
    HologramManager.hasGrave(UUID graveUUID)
     
    DataManager.resultSetToGrave(ResultSet resultSet)
    Converts a ResultSet to a Grave object.
    Methods in com.ranull.graves.manager that return types with arguments of type Grave
    Modifier and Type
    Method
    Description
    GraveManager.getAllGraves()
    Gets a list of all graves.
    GraveManager.getGraveList(UUID uuid)
    Retrieves a list of graves associated with a UUID.
    GraveManager.getGraveList(org.bukkit.entity.Entity entity)
    Retrieves a list of graves associated with an entity.
    GraveManager.getGraveList(org.bukkit.entity.Player player)
    Retrieves a list of graves associated with a player.
    GraveManager.getGraveList(org.bukkit.OfflinePlayer player)
    Retrieves a list of graves associated with an offline player.
    CacheManager.getGraveMap()
    Returns the map of grave UUIDs to their corresponding Grave objects.
    Imports all AngelChest graves found on disk.
    Methods in com.ranull.graves.manager with parameters of type Grave
    Modifier and Type
    Method
    Description
    void
    GraveManager.abandonGrave(Grave grave)
    Abandons a grave.
    void
    DataManager.addGrave(Grave grave)
    Adds a grave to the database.
    void
    GraveManager.autoLootGrave(org.bukkit.entity.Entity entity, org.bukkit.Location location, Grave grave)
    Automatically loots a grave for a player.
    void
    GraveManager.breakGrave(Grave grave)
    Breaks a grave at its death location.
    void
    GraveManager.breakGrave(org.bukkit.Location location, Grave grave)
    Breaks a grave at the specified location.
    boolean
    EntityManager.canOpenGrave(org.bukkit.entity.Player player, Grave grave)
    Checks if a player can open a specified grave.
    void
    GraveManager.cleanupCompasses(org.bukkit.entity.Player player, Grave grave)
    Cleans up compasses from a player's inventory that are associated with a grave.
    void
    GraveManager.closeGrave(Grave grave)
    Closes any open inventories associated with a grave.
    void
    EntityManager.createArmorStand(org.bukkit.Location location, Grave grave)
    Creates an armor stand at a specified location associated with a grave.
    void
    BlockManager.createBlock(org.bukkit.Location location, Grave grave)
    Creates a block at the specified location for the given grave.
    void
    EntityDataManager.createEntityData(org.bukkit.entity.Entity entity, Grave grave, EntityData.Type type)
    Creates entity data for a specified entity and grave.
    org.bukkit.inventory.ItemStack
    EntityManager.createGraveCompass(org.bukkit.entity.Player player, org.bukkit.Location location, Grave grave)
    Creates a grave compass for the specified player, location, and grave.
    org.bukkit.inventory.ItemStack
    ItemStackManager.createGraveListItemStack(int number, Grave grave)
    Creates an ItemStack representing a grave in a list.
    org.bukkit.inventory.ItemStack
    ItemStackManager.createGraveMenuItemStack(int slot, Grave grave)
    Creates an ItemStack for a grave menu slot.
    void
    HologramManager.createHologram(org.bukkit.Location location, Grave grave)
    Creates a hologram at the specified location for a given grave.
    void
    EntityManager.createItemFrame(org.bukkit.Location location, Grave grave)
    Creates an item frame at a specified location associated with a grave.
    void
    GraveManager.dropGraveExperience(org.bukkit.Location location, Grave grave)
    Drops the experience from a grave at the specified location.
    void
    GraveManager.dropGraveItems(org.bukkit.Location location, Grave grave)
    Drops the items from a grave at the specified location.
    BlockManager.getBlockDataList(Grave grave)
    Gets a list of BlockData associated with the given grave.
    List<org.bukkit.Location>
    BlockManager.getBlockList(Grave grave)
    Gets a list of locations of blocks associated with the given grave.
    GraveManager.getDamageReason(org.bukkit.event.entity.EntityDamageEvent.DamageCause damageCause, Grave grave)
    Retrieves the damage reason for a specified damage cause and grave.
    Map<org.bukkit.inventory.EquipmentSlot,org.bukkit.inventory.ItemStack>
    EntityManager.getEquipmentMap(org.bukkit.entity.LivingEntity livingEntity, Grave grave)
    Retrieves a map of equipment slots and their corresponding item stacks for a living entity and grave.
    org.bukkit.inventory.ItemStack
    ItemStackManager.getGraveHead(Grave grave)
    Creates an ItemStack representing the head of a grave owner.
    org.bukkit.inventory.Inventory
    GraveManager.getGraveInventory(Grave grave, org.bukkit.entity.LivingEntity livingEntity, List<org.bukkit.inventory.ItemStack> graveItemStackList, List<org.bukkit.inventory.ItemStack> removedItemStackList, List<String> permissionList)
    Retrieves the grave inventory for a specified grave and living entity.
    org.bukkit.Location
    GraveManager.getGraveLocation(org.bukkit.Location location, Grave grave)
    Retrieves the nearest grave location to a specified location.
    List<org.bukkit.Location>
    GraveManager.getGraveLocationList(org.bukkit.Location baseLocation, Grave grave)
    Retrieves a list of locations associated with a grave.
    org.bukkit.inventory.ItemStack
    ItemStackManager.getGraveObituary(Grave grave)
    Creates an ItemStack representing the obituary of a grave.
    org.bukkit.Location
    LocationManager.getGround(org.bukkit.Location location, org.bukkit.entity.Entity entity, Grave grave)
    Gets the ground location for placement.
    org.bukkit.Location
    LocationManager.getLavaTop(org.bukkit.Location location, org.bukkit.entity.Entity entity, Grave grave)
    Gets the top location above lava for placement.
    EntityDataManager.getLoadedEntityDataList(Grave grave)
    Retrieves a list of loaded entity data associated with a specified grave.
    org.bukkit.Location
    LocationManager.getRoof(org.bukkit.Location location, org.bukkit.entity.Entity entity, Grave grave)
    Gets the roof location for placement.
    org.bukkit.Location
    LocationManager.getSafeGraveLocation(org.bukkit.entity.LivingEntity livingEntity, org.bukkit.Location location, Grave grave)
    Gets a safe grave location.
    org.bukkit.Location
    LocationManager.getSafeTeleportLocation(org.bukkit.entity.Entity entity, org.bukkit.Location location, Grave grave, Graves plugin)
    Gets a safe teleport location.
    org.bukkit.Location
    LocationManager.getTop(org.bukkit.Location location, org.bukkit.entity.Entity entity, Grave grave)
    Finds the top location for placement, searching downward from the given location's Y-coordinate.
    org.bukkit.Location
    LocationManager.getVoid(org.bukkit.Location location, org.bukkit.entity.Entity entity, Grave grave)
    Gets the void location for placement.
    org.bukkit.Location
    LocationManager.getWaterTop(org.bukkit.Location location, org.bukkit.entity.Entity entity, Grave grave)
    Gets the top location above water for placement.
    void
    GraveManager.giveGraveExperience(org.bukkit.entity.Player player, Grave grave)
    Gives the experience from a grave to a player.
    void
    GraveManager.graveParticle(org.bukkit.Location location, Grave grave)
    Spawns particle effects around a grave.
    boolean
    GraveManager.isGraveAbandoned(Grave grave)
    Checks if a block should be ignored based on the entity and permissions.
    boolean
    GraveManager.isGravePlaced(Grave grave)
    Determines if the grave is placed in the world by checking for any physical block or entity presence at the grave's location.
    boolean
    GraveManager.openGrave(org.bukkit.entity.Entity entity, org.bukkit.Location location, Grave grave)
    Opens a grave for a player.
    boolean
    GraveManager.openGrave(org.bukkit.entity.Entity entity, org.bukkit.Location location, Grave grave, boolean preview)
    Opens a grave for a player.
    void
    GUIManager.openGraveMenu(org.bukkit.entity.Entity entity, Grave grave)
    Opens the grave menu for an entity and grave.
    void
    GUIManager.openGraveMenu(org.bukkit.entity.Entity entity, Grave grave, boolean sound)
    Opens the grave menu for an entity and grave with a sound option.
    void
    GraveManager.placeGrave(org.bukkit.Location location, Grave grave)
    Places a grave at a specified location.
    void
    GraveManager.playEffect(String string, org.bukkit.Location location, int data, Grave grave)
    Plays an effect at a specified location with additional data for a grave.
    void
    GraveManager.playEffect(String string, org.bukkit.Location location, Grave grave)
    Plays an effect at a specified location for a grave.
    void
    EntityManager.playPlayerSound(String string, org.bukkit.entity.Entity entity, Grave grave)
    Plays a player-specific sound at the entity's location.
    void
    EntityManager.playPlayerSound(String string, org.bukkit.entity.Entity entity, org.bukkit.Location location, Grave grave)
    Plays a player-specific sound at a specified location for an entity.
    void
    EntityManager.playWorldSound(String string, org.bukkit.entity.Player player, Grave grave)
    Plays a world sound at the player's location, associated with a grave.
    void
    EntityManager.playWorldSound(String string, org.bukkit.Location location, Grave grave)
    Plays a world sound at a specified location, associated with a grave.
    void
    BlockManager.removeBlock(Grave grave)
    Removes all blocks associated with the given grave.
    void
    EntityManager.removeEntity(Grave grave)
    Removes all entities associated with a grave.
    void
    DataManager.removeGrave(Grave grave)
    Removes a grave from the database.
    void
    GraveManager.removeGrave(Grave grave)
    Removes a grave and its associated data.
    void
    HologramManager.removeHologram(Grave grave)
    Removes all holograms associated with a grave.
    void
    DataManager.removeHologramData(Grave grave)
    Removes hologram entries from the database based on the grave UUID.
    void
    EntityManager.runCommands(String string, String name, org.bukkit.Location location, Grave grave)
    Runs commands associated with a name, location, and grave.
    void
    EntityManager.runCommands(String string, org.bukkit.entity.Entity entity, org.bukkit.Location location, Grave grave)
    Runs commands associated with an entity, location, and grave.
    boolean
    EntityManager.runFunction(org.bukkit.entity.Entity entity, String function, Grave grave)
    Runs a function associated with an entity, a specified function name, and a grave.
    void
    EntityManager.sendMessage(String string, org.bukkit.entity.Entity entity, org.bukkit.Location location, Grave grave)
    Sends a message to an entity at a specified location associated with a grave.
    void
    GUIManager.setGraveMenuItems(org.bukkit.inventory.Inventory inventory, Grave grave)
    Sets the grave menu items in the inventory based on a grave.
    void
    EntityManager.spawnZombie(org.bukkit.Location location, Grave grave)
    Spawns a zombie at a specified location, associated with a grave.
    void
    EntityManager.spawnZombie(org.bukkit.Location location, org.bukkit.entity.Entity entity, org.bukkit.entity.LivingEntity targetEntity, Grave grave)
    Spawns a zombie at a specified location, targeting a specified entity, and associated with a grave.
    void
    EntityManager.teleportEntity(org.bukkit.entity.Entity entity, org.bukkit.Location location, Grave grave)
    Teleports an entity to a grave-related target location with safety checks, optional delay, movement-to-cancel behavior, and event hooks.
    void
    GraveManager.toggleGraveProtection(Grave grave)
    Toggles the protection state of a grave.
    void
    DataManager.updateGrave(Grave grave, String column, int integer)
    Updates a grave in the database.
    void
    DataManager.updateGrave(Grave grave, String column, String string)
    Updates a grave in the database.
    void
    DataManager.updateGraveMainThread(Grave grave, String column, String string)
    Updates a grave in the database using the main thread.
    Method parameters in com.ranull.graves.manager with type arguments of type Grave
    Modifier and Type
    Method
    Description
    void
    GUIManager.setGraveListItems(org.bukkit.inventory.Inventory inventory, List<Grave> graveList)
    Sets the grave list items in the inventory based on a list of graves.
  • Uses of Grave in com.ranull.graves.util

    Methods in com.ranull.graves.util with parameters of type Grave
    Modifier and Type
    Method
    Description
    static String
    StringUtil.getDateString(Grave grave, long time, Graves plugin)
    Gets the date string for a given time in a specific format.
    static String
    StringUtil.getTimeString(Grave grave, long time, Graves plugin)
    Gets the time string for a given duration in milliseconds.
    static String
    StringUtil.parseString(String string, Grave grave, 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 String
    StringUtil.parseTime(String string, Grave grave)
    Deprecated.
    This method is deprecated and will be removed in a future version.
  • Uses of Grave in dev.cwhead.GravesX

    Methods in dev.cwhead.GravesX that return Grave
    Modifier and Type
    Method
    Description
    GravesXAPI.getGrave(@NotNull UUID uuid)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Since 4.9.9.1.
    Methods in dev.cwhead.GravesX with parameters of type Grave
    Modifier and Type
    Method
    Description
    void
    GravesXAPI.abandonGrave(@NotNull Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Since 4.9.9.1.
    void
    GravesXAPI.autoLootGrave(@NotNull org.bukkit.entity.Entity entity, @NotNull org.bukkit.Location location, @NotNull Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Since 4.9.9.1.
    void
    GravesXAPI.breakGrave(@NotNull Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Since 4.9.9.1.
    void
    GravesXAPI.breakGrave(@NotNull org.bukkit.Location location, @NotNull Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Since 4.9.9.1.
    void
    GravesXAPI.dropGraveItems(@NotNull org.bukkit.Location location, @NotNull Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Since 4.9.9.1.
    boolean
    GravesXAPI.isGrave(@NotNull Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Since 4.9.9.1.
    boolean
    GravesXAPI.isGrave(@NotNull Grave grave, @NotNull org.bukkit.Location location)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Since 4.9.9.1.
    void
    GravesXAPI.removeGrave(@NotNull Grave grave)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Since 4.9.9.1.
  • Uses of Grave in dev.cwhead.GravesX.api.grave

    Methods in dev.cwhead.GravesX.api.grave that return Grave
    Modifier and Type
    Method
    Description
    GraveManagementAPI.getGrave(@NotNull UUID uuid)
    Gets the grave type
    Methods in dev.cwhead.GravesX.api.grave with parameters of type Grave
    Modifier and Type
    Method
    Description
    void
    GraveManagementAPI.abandonGrave(@NotNull Grave grave)
    Marks the specified grave as abandoned, preventing further interaction.
    void
    GraveManagementAPI.autoLootGrave(@NotNull org.bukkit.entity.Entity entity, @NotNull org.bukkit.Location location, @NotNull Grave grave)
    Automatically loots the specified grave for the given entity at the given location.
    void
    GraveManagementAPI.breakGrave(@NotNull Grave grave)
    Breaks the specified grave, triggering its removal and handling any related events.
    void
    GraveManagementAPI.breakGrave(@NotNull org.bukkit.Location location, @NotNull Grave grave)
    Breaks the specified grave at a given location.
    void
    GraveManagementAPI.dropGraveItems(@NotNull org.bukkit.Location location, @NotNull Grave grave)
    Drops the items stored in the specified grave at the given location.
    boolean
    GraveManagementAPI.isGrave(@NotNull Grave grave)
    Deprecated.
    Use GraveManagementAPI.isGrave(Grave, Location) instead for precise location checking.
    boolean
    GraveManagementAPI.isGrave(@NotNull Grave grave, @NotNull org.bukkit.Location location)
    Checks if a given location matches the death location of a specific grave.
    void
    GraveManagementAPI.removeGrave(@NotNull Grave grave)
    Removes the specified grave from the grave manager.
  • Uses of Grave in dev.cwhead.GravesX.api.provider

    Methods in dev.cwhead.GravesX.api.provider with parameters of type Grave
    Modifier and Type
    Method
    Description
    boolean
    GraveProvider.isPlaced(Grave grave)
    Return true if this provider detects something placed for the grave.
    void
    GraveProvider.place(org.bukkit.Location location, Grave grave)
    Create/place any custom objects for this grave at the given location.
    void
    GraveProvider.remove(Grave grave)
    Remove any custom objects that belong to this grave.
  • Uses of Grave in dev.cwhead.GravesX.event

    Constructors in dev.cwhead.GravesX.event with parameters of type Grave
    Modifier
    Constructor
    Description
     
    GraveAbandonedEvent(@NotNull Grave grave)
    Constructs a new GraveAbandonedEvent.
     
    GraveAutoLootEvent(@NotNull org.bukkit.entity.Entity entity, @NotNull org.bukkit.Location location, @NotNull Grave grave)
    Constructs a new GraveAutoLootEvent.
     
    GraveBlockPlaceEvent(@NotNull Grave grave, @NotNull org.bukkit.Location location, BlockData.BlockType blockType)
     
    GraveBlockPlaceEvent(@NotNull Grave grave, @NotNull org.bukkit.Location location, BlockData.BlockType blockType, @Nullable org.bukkit.block.Block block, @Nullable org.bukkit.entity.LivingEntity livingEntity)
    Constructs a new GraveBlockPlaceEvent.
     
    GraveBreakEvent(@NotNull org.bukkit.block.Block block, @NotNull org.bukkit.entity.Player player, @NotNull Grave grave)
    Constructs a new GraveBreakEvent.
     
    GraveBreakEvent(@NotNull org.bukkit.block.Block block, @NotNull org.bukkit.entity.Player player, @NotNull Grave grave, BlockData.BlockType blockType)
    Constructs a new GraveBreakEvent with an optional block type.
     
    GraveCloseEvent(@NotNull org.bukkit.inventory.InventoryView inventoryView, @NotNull Grave grave, @NotNull org.bukkit.entity.Player player)
    Constructs a new GraveCloseEvent.
     
    GraveCompassAddEvent(@NotNull org.bukkit.entity.Player player, @NotNull Grave grave)
    Constructs a new GraveCompassAddEvent.
     
    GraveCompassUseEvent(@NotNull org.bukkit.entity.Player player, @NotNull Grave grave)
    Constructs a new GraveCompassUseEvent.
     
    GraveCreateEvent(@NotNull org.bukkit.entity.Entity entity, @NotNull Grave grave)
    Constructs a new GraveCreateEvent.
     
    GraveExpiredEvent(@NotNull Grave grave)
    Constructs a new GraveExpiredEvent.
     
    GraveExplodeEvent(@NotNull org.bukkit.Location location, @Nullable org.bukkit.entity.Entity entity, @NotNull Grave grave)
    Constructs a new GraveExplodeEvent.
     
    GraveLootedEvent(@NotNull org.bukkit.inventory.InventoryView inventoryView, @NotNull Grave grave, @NotNull org.bukkit.entity.Player player)
    Constructs a new GraveLootedEvent.
     
    GraveObituaryAddEvent(@NotNull Grave grave, @NotNull org.bukkit.Location location, @Nullable org.bukkit.entity.Entity entity)
    Constructs a new GraveObituaryAddEvent.
     
    GraveOpenEvent(@NotNull org.bukkit.inventory.InventoryView inventoryView, @NotNull Grave grave, @NotNull org.bukkit.entity.Player player)
    Constructs a new GraveOpenEvent.
     
    GraveParticleEvent(@NotNull org.bukkit.entity.Player player, @NotNull Grave grave)
    Constructs a new GraveParticleEvent.
     
    GravePistonExtendEvent(@NotNull Grave grave, @Nullable org.bukkit.Location location, @NotNull org.bukkit.block.Block pistonBlock, @NotNull org.bukkit.block.BlockFace direction, @NotNull List<org.bukkit.block.Block> movedBlocks)
    Constructs a new GravePistonExtendEvent.
     
    GravePlayerHeadDropEvent(@NotNull Grave grave, @NotNull org.bukkit.Location location, @Nullable org.bukkit.entity.Entity entity)
    Constructs a new GravePlayerHeadDropEvent.
     
    GravePreTeleportEvent(@NotNull Grave grave, @NotNull org.bukkit.entity.Entity entity)
    Constructs a new GravePreTeleportEvent.
     
    GraveProjectileHitEvent(@NotNull org.bukkit.Location location, @NotNull Grave grave, @NotNull org.bukkit.entity.Entity entity, @Nullable org.bukkit.block.Block block)
    Constructs a new GraveProjectileHitEvent.
     
    GraveProjectileHitEvent(@NotNull org.bukkit.Location location, @NotNull org.bukkit.entity.LivingEntity livingEntity, @NotNull Grave grave, @NotNull org.bukkit.entity.Entity entity, @Nullable org.bukkit.block.Block block)
    Constructs a new GraveProjectileHitEvent.
     
    GraveProjectileHitEvent(@NotNull org.bukkit.Location location, @NotNull org.bukkit.entity.Player player, @NotNull Grave grave, @NotNull org.bukkit.entity.Entity entity, @Nullable org.bukkit.block.Block block)
    Constructs a new GraveProjectileHitEvent.
     
    GraveProtectionCreateEvent(@NotNull org.bukkit.entity.Entity entity, @NotNull Grave grave)
    Constructs a new GraveProtectionCreateEvent.
     
    Constructs a new GraveProtectionExpiredEvent.
     
    GraveTeleportEvent(@NotNull Grave grave, @NotNull org.bukkit.entity.Entity entity)
    Constructs a new GraveTeleportEvent.
     
    GraveTimeoutEvent(@NotNull Grave grave)
    Constructs a new GraveTimeoutEvent.
     
    GraveWalkOverEvent(@NotNull org.bukkit.entity.Entity entity, @NotNull org.bukkit.Location location, @NotNull Grave grave)
    Constructs a new GraveWalkOverEvent.
     
    GraveZombieSpawnEvent(@NotNull org.bukkit.Location location, @NotNull org.bukkit.entity.LivingEntity targetEntity, @NotNull Grave grave)
    Constructs a new GraveZombieSpawnEvent.
  • Uses of Grave in dev.cwhead.GravesX.event.graveevent

    Modifier and Type
    Field
    Description
    final Grave
    GraveEvent.grave
    The grave associated with the event.
    Modifier and Type
    Method
    Description
    GraveEvent.getGrave()
    Gets the grave associated with the event.
    Constructors in dev.cwhead.GravesX.event.graveevent with parameters of type Grave
    Modifier
    Constructor
    Description
     
    GraveEntityEvent(@NotNull Grave grave, @NotNull org.bukkit.entity.Entity entity, @Nullable org.bukkit.Location location, BlockData.BlockType blockType, @Nullable org.bukkit.block.Block block, @Nullable org.bukkit.entity.LivingEntity livingEntity, @Nullable org.bukkit.entity.LivingEntity targetEntity)
    Constructs a new GraveEntityEvent.
    protected
    GraveEvent(@NotNull Grave grave, @Nullable org.bukkit.Location location, BlockData.BlockType blockType, @Nullable org.bukkit.block.Block block)
    Constructs a new GraveEvent.
     
    GravePlayerEvent(@NotNull Grave grave, @NotNull org.bukkit.entity.Player player, @Nullable org.bukkit.Location location, BlockData.BlockType blockType, @Nullable org.bukkit.block.Block block, @Nullable org.bukkit.inventory.InventoryView inventoryView, @Nullable org.bukkit.entity.LivingEntity livingEntity, @Nullable org.bukkit.entity.LivingEntity targetEntity)
    Constructs a new GravePlayerEvent.
  • Uses of Grave in dev.cwhead.GravesX.event.integration.skript.expressions

    Modifier and Type
    Method
    Description
    protected @Nullable Grave[]
    ExprEventGrave.get(org.bukkit.event.Event e)
     
    Methods in dev.cwhead.GravesX.event.integration.skript.expressions that return types with arguments of type Grave
    Modifier and Type
    Method
    Description
    Class<? extends Grave>
    ExprEventGrave.getReturnType()
     
  • Uses of Grave in dev.cwhead.GravesX.exception

    Methods in dev.cwhead.GravesX.exception with parameters of type Grave
    Modifier and Type
    Method
    Description
    GravesXGraveProviderException.forProvider(GraveProvider p, org.bukkit.Location loc, Grave grave, String detail, Throwable cause)
     
    GravesXGraveProviderException.forProvider(GraveProvider p, org.bukkit.Location loc, Grave grave, Throwable cause)
     
  • Uses of Grave in dev.cwhead.GravesX.integration

    Methods in dev.cwhead.GravesX.integration with parameters of type Grave
    Modifier and Type
    Method
    Description
    void
    Nexo.createBlock(org.bukkit.Location location, Grave grave)
    Creates and places a Nexo block at a specified location.
    void
    CitizensNPC.createCorpse(UUID uuid, org.bukkit.Location location, Grave grave, boolean createEntityData)
    Creates a new NPC corpse with a specific UUID at the given location using the provided grave data.
    void
    CitizensNPC.createCorpse(org.bukkit.Location location, Grave grave)
    Creates a new NPC corpse at the specified location with the given grave data.
    void
    Nexo.createFurniture(org.bukkit.Location location, Grave grave)
    Creates and places Nexo furniture at a specified location.
    boolean
    Nexo.hasBlock(Grave grave)
    True if a Nexo custom block exists at the grave location.
    boolean
    Nexo.hasFurniture(Grave grave)
    True if a Nexo furniture entity for this grave is currently spawned.
    boolean
    CitizensNPC.hasNPCCorpse(Grave grave)
    Checks if a corpse exists for the grave.
    void
    CitizensNPC.removeCorpse(Grave grave)
    Removes the NPC corpse for the given grave.
    void
    Nexo.removeFurniture(Grave grave)
    Removes all Nexo furniture associated with a specified grave.
  • Uses of Grave in dev.cwhead.GravesX.manager

    Methods in dev.cwhead.GravesX.manager with parameters of type Grave
    Modifier and Type
    Method
    Description
    org.bukkit.Vibration
    ParticleManager.buildVibrationSingle(Graves plugin, org.bukkit.Location graveLoc, Grave grave)
     
    ParticleManager.getGravesBlockData(Grave grave, org.bukkit.Location loc)
    Return your Graves BlockData for this grave if available.
    org.bukkit.inventory.ItemStack
    ParticleManager.parseItemStack(Grave grave)
    Parse an ItemStack from config (material only; amount 1).
    ParticleManager.parseTrailData(Graves plugin, Grave grave)
    Try to construct Particle.Trail reflectively to avoid compile-time dependency.
    void
    ParticleManager.spawnVibrationBounce(Graves plugin, org.bukkit.Location graveLoc, Grave grave, org.bukkit.Particle particle, int count)
    Build a Vibration instance from config, using block or entity destination.
  • Uses of Grave in me.jay.GravesX.integration

    Methods in me.jay.GravesX.integration with parameters of type Grave
    Modifier and Type
    Method
    Description
    void
    FancyNPCs.createBedrockcompatCorpse(UUID uuid, org.bukkit.Location location, Grave grave)
     
    void
    FancyNPCs.createCorpse(UUID uuid, org.bukkit.Location location, Grave grave)
     
    boolean
    FancyNPCs.hasCorpse(Grave grave)
     
    void
    FancyNPCs.removeCorpse(Grave grave)