Interface ZentrixCorpse


public interface ZentrixCorpse
Read-only view of a tracked, persistent corpse.
  • Method Details

    • getPlayerId

      @NotNull @NotNull UUID getPlayerId()
    • getPlayerName

      @NotNull @NotNull String getPlayerName()
    • getEntityId

      @NotNull @NotNull UUID getEntityId()
    • getGame

      @NotNull @NotNull ZentrixGame getGame()
    • getSpawnLocation

      @NotNull @NotNull org.bukkit.Location getSpawnLocation()
    • getCurrentLocation

      @NotNull @NotNull Optional<org.bukkit.Location> getCurrentLocation()
    • getEntity

      @NotNull @NotNull Optional<org.bukkit.entity.Entity> getEntity()
    • getExpiryTimeMillis

      long getExpiryTimeMillis()
    • getSecondsUntilExpiry

      long getSecondsUntilExpiry()
    • isExpired

      boolean isExpired()
    • getStoredContents

      @NotNull @NotNull org.bukkit.inventory.ItemStack[] getStoredContents()
    • getVisualArmor

      @NotNull @NotNull org.bukkit.inventory.ItemStack[] getVisualArmor()
    • getVisualMainHand

      @NotNull @NotNull Optional<org.bukkit.inventory.ItemStack> getVisualMainHand()
    • getVisualOffHand

      @NotNull @NotNull Optional<org.bukkit.inventory.ItemStack> getVisualOffHand()
    • isLootDropped

      boolean isLootDropped()
    • isWarningSent

      boolean isWarningSent()