- 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) 📷