Interface TierType

All Superinterfaces:
Comparable<TierType>

public interface TierType extends Comparable<TierType>
  • Method Details

    • getLevel

      int getLevel()
    • getMiningEfficiency

      float getMiningEfficiency()
    • getDurability

      int getDurability()
    • getTarget

      TierType.TierTarget getTarget()
    • getToolEnchantAbility

      int getToolEnchantAbility()
    • getArmorEnchantAbility

      int getArmorEnchantAbility()
    • compareTo

      default int compareTo(TierType that)
      Specified by:
      compareTo in interface Comparable<TierType>