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