public interface TierType extends Comparable<TierType>
| Modifier and Type | Interface and Description |
|---|---|
static class |
TierType.TierTarget |
| Modifier and Type | Method and Description |
|---|---|
default int |
compareTo(TierType that) |
int |
getArmorEnchantAbility() |
int |
getDurability() |
int |
getLevel() |
float |
getMiningEfficiency() |
TierType.TierTarget |
getTarget() |
int |
getToolEnchantAbility() |
int getLevel()
float getMiningEfficiency()
int getDurability()
TierType.TierTarget getTarget()
int getToolEnchantAbility()
int getArmorEnchantAbility()
default int compareTo(TierType that)
compareTo in interface Comparable<TierType>Copyright © 2021. All rights reserved.