public interface DeathChestBlockEntity
BlockEntity's
DeathChest to be accessed.| Modifier and Type | Method and Description |
|---|---|
DeathChest |
getDeathChest()
Returns the death chest.
|
void |
setDeathChest(DeathChest deathChest)
Sets the death chest.
|
DeathChest getDeathChest()
DeathChest.void setDeathChest(DeathChest deathChest)
deathChest - a DeathChest.