public class ItemMeta
extends java.lang.Object
| Constructor and Description |
|---|
ItemMeta() |
| Modifier and Type | Method and Description |
|---|---|
int |
maxCount() |
ItemMeta |
maxCount(int maxStackSize) |
int |
maxDamage() |
ItemMeta |
maxDamage(int maxDamage) |
java.util.List<ItemTag> |
tags() |
ItemMeta |
tags(ItemTag... tags) |
java.util.List<ItemType> |
types() |
ItemMeta |
types(ItemType... types) |