public interface TierType extends Comparable<TierType>
| Modifier and Type | Method and Description |
|---|---|
default int |
compareTo(TierType that) |
int |
getDurability() |
int |
getLevel() |
float |
getMiningEfficiency() |
int getLevel()
float getMiningEfficiency()
int getDurability()
default int compareTo(TierType that)
compareTo in interface Comparable<TierType>Copyright © 2020. All rights reserved.