dungeonInstance
Ref<DungeonInstanceEntry>
The dungeon instance this chest belongs to.
Location of the chest in the instance world.
Engine Item representing the block (supports CraftEngine custom blocks).
Custom title for the storage container (supports MiniMessage).
List of possible loot items in the chest.
Chance to appear (0-100%).
Specific slot (0-26) or -1 for random.
Delay in seconds before placing the chest after world generation.
Whether to replace any existing block at the location.
If true, the chest is client-side only (virtual).
Interaction mode for client-side chests. Options: LOOT (virtual inventory), ACTIONS (execute triggers).
onInteract
List<Ref<TriggerableEntry>>
Actions to execute when clicked (only for ACTIONS mode).
If true, the virtual chest disappears for the player after interaction.