Skip to content
This repository was archived by the owner on Dec 31, 2021. It is now read-only.

Inventory API #26

@PizzaCrust

Description

@PizzaCrust

Possibly:

Fountain.getServer().newInventory("Microwave")
                                 .size(9)
                                 .item(Item.builder(server, Materials.TACO)
                                 .tasty(true)
                                 .addEnchantment(EnchantmentTypes.SUPER_YUMMY,  1)
                                 .build(),                            
                                 ,0)
                                 .itemRange(Materials.MICROWAVE_STUFF, 1, 8)
                                 .build();

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions