- Create Customized ItemStacks with Meta in one line of code
- Working from 1.7.x to 1.16.x
- Highly customizable (ItemMeta, LeatherMeta, PotionMeta...)
- Easy to use
Copy MeowItemCreator.java
and Reflection.java
in your project
Now you can create easily ItemStacks by instancing a new ItemStack object and adding the mode done()
.
ItemStack itemStack = new MeowItemCreator(Material.STONE).done();
Just by looking the code of MeowItemCreator.java
you can see all the methods available to customize your ItemStacks like:
- Data πΎ
- Display Name π
- Lore π―οΈ
- Amount π€π½
- Durability / Breakability π
- Enchantments β¨
- ItemFlags β³
- PotionEffects βοΈ
- Color (RGB) π₯π©π¦
- Owner (Skulls) π²
- Head Texture (Skulls) π·