public final class LockableContainerBlockEntityMixin extends Object implements DeathChestBlockEntity
| Constructor and Description |
|---|
LockableContainerBlockEntityMixin() |
| Modifier and Type | Method and Description |
|---|---|
DeathChest |
getDeathChest()
Returns the death chest.
|
void |
setDeathChest(DeathChest deathChest)
Sets the death chest.
|
public DeathChest getDeathChest()
getDeathChest in interface DeathChestBlockEntityDeathChest.public void setDeathChest(DeathChest deathChest)
setDeathChest in interface DeathChestBlockEntitydeathChest - a DeathChest.