Interface RequiresPickaxeLevel
public interface RequiresPickaxeLevel
Represents an enchantment that requires a minimum pickaxe level
to be applied or used.
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the required minimum pickaxe level needed to apply or use this enchantment.
-
Method Details
-
getRequiredPickaxeLevel
int getRequiredPickaxeLevel()Gets the required minimum pickaxe level needed to apply or use this enchantment.- Returns:
- the required pickaxe level as an integer
-