public interface IItemDefinition extends IComparableDefinition
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
identifier() |
boolean |
isEnabled() |
java.util.Optional<net.minecraft.item.Item> |
maybeItem() |
java.util.Optional<net.minecraft.item.ItemStack> |
maybeStack(int stackSize) |
isSameAs@Nonnull java.lang.String identifier()
java.util.Optional<net.minecraft.item.Item> maybeItem()
Item Implementation if applicablejava.util.Optional<net.minecraft.item.ItemStack> maybeStack(int stackSize)
ItemStack with specified quantity of this item.boolean isEnabled()