Interface IChestBlock
- All Known Implementing Classes:
BlueprintChestBlock,BlueprintTrappedChestBlock
public interface IChestBlock
Implemented on chest blocks that make use of Blueprint's chest system.
-
Method Summary
-
Method Details
-
getChestType
String getChestType()Gets the chest type ID of thisIChestBlock.Used on
ChestManager.getInfoForChest(String).- Returns:
- The chest type ID of this
IChestBlock.
-