public abstract class ToolTierAPI<T> extends AbstractWrapped<T>
wrapped| Modifier | Constructor and Description |
|---|---|
protected |
ToolTierAPI(T tier) |
| Modifier and Type | Method and Description |
|---|---|
abstract float |
getDamage() |
abstract float |
getEfficiency() |
abstract int |
getEnchantability() |
abstract int |
getLevel() |
abstract int |
getUses() |
equals, getWrapped, getWrappedClass, toStringprotected ToolTierAPI(T tier)