Interface ChestDefinition

interface ChestDefinition {
    countsTowardTotal?: boolean;
    imagePath: string;
}

Hierarchy (view full)

Properties

countsTowardTotal?: boolean
imagePath: string