public interface ItemType
| Modifier and Type | Method and Description |
|---|---|
default int |
getArmorPoints() |
default int |
getAttackDamage() |
default int |
getDurability() |
default int |
getFuelTime() |
Identifier |
getId() |
int |
getMaximumStackSize() |
Class<?> |
getMetadataClass() |
Optional<TierType> |
getTierType() |
Optional<ToolType> |
getToolType() |
default int |
getToughness() |
boolean |
isBlock() |
default boolean |
isStackable() |
Identifier getId()
boolean isBlock()
Class<?> getMetadataClass()
int getMaximumStackSize()
default int getAttackDamage()
default int getArmorPoints()
default int getToughness()
default int getDurability()
default int getFuelTime()
default boolean isStackable()
Copyright © 2020. All rights reserved.