UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

9 lines (8 loc) 227 B
export default interface IInventoryComponent { containerType: string; inventorySize: number; canBeSiphonedFrom: boolean; private: boolean; restrictToOwner: boolean; additionalSlotsPerStrength: number; }