Uses of Class
com.takenoko.inventory.InventoryBambooStack
Packages that use InventoryBambooStack
-
Uses of InventoryBambooStack in com.takenoko.inventory
Fields in com.takenoko.inventory with type parameters of type InventoryBambooStackModifier and TypeFieldDescriptionprivate final Map<TileColor,InventoryBambooStack> Inventory.bambooStacksMethods in com.takenoko.inventory that return InventoryBambooStackModifier and TypeMethodDescriptionInventoryBambooStack.copy()Inventory.getBambooStack(TileColor tileColor) Constructors in com.takenoko.inventory with parameters of type InventoryBambooStackConstructor parameters in com.takenoko.inventory with type arguments of type InventoryBambooStackModifierConstructorDescriptionInventory(Map<TileColor, InventoryBambooStack> bambooStacks) ConstructorInventory(Map<TileColor, InventoryBambooStack> bambooStacks, InventoryImprovements inventoryImprovements) Constructor