Interface DeathChestBlockEntity
-
- All Known Implementing Classes:
LockableContainerBlockEntityMixin
public interface DeathChestBlockEntityAllows a death chestBlockEntity'sDeathChestto be accessed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeathChestgetDeathChest()Returns the death chest.voidsetDeathChest(DeathChest deathChest)Sets the death chest.
-
-
-
Method Detail
-
getDeathChest
DeathChest getDeathChest()
Returns the death chest.- Returns:
- the
DeathChest.
-
setDeathChest
void setDeathChest(DeathChest deathChest)
Sets the death chest.- Parameters:
deathChest- aDeathChest.
-
-