Class LockableContainerBlockEntityMixin
- java.lang.Object
-
- com.therandomlabs.vanilladeathchest.mixin.LockableContainerBlockEntityMixin
-
- All Implemented Interfaces:
DeathChestBlockEntity
public final class LockableContainerBlockEntityMixin extends Object implements DeathChestBlockEntity
-
-
Constructor Summary
Constructors Constructor Description LockableContainerBlockEntityMixin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeathChestgetDeathChest()Returns the death chest.voidsetDeathChest(DeathChest deathChest)Sets the death chest.
-
-
-
Method Detail
-
getDeathChest
public DeathChest getDeathChest()
Returns the death chest.- Specified by:
getDeathChestin interfaceDeathChestBlockEntity- Returns:
- the
DeathChest.
-
setDeathChest
public void setDeathChest(DeathChest deathChest)
Sets the death chest.- Specified by:
setDeathChestin interfaceDeathChestBlockEntity- Parameters:
deathChest- aDeathChest.
-
-