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 @Nullable DeathChestgetDeathChest()Returns the death chest.voidmarkAsDeathChest()Marks this block entity as a death chest.
-
-
-
Method Detail
-
getDeathChest
@Nullable DeathChest getDeathChest()
Returns the death chest.- Returns:
- the
DeathChest.
-
markAsDeathChest
void markAsDeathChest()
Marks this block entity as a death chest.
-
-