Interface PickaxeLevel
public interface PickaxeLevel
Represents a pickaxe level in the XPrison system.
-
Method Summary
Modifier and TypeMethodDescriptionlong
Gets the number of blocks required to reach this pickaxe level.Gets the display name of the pickaxe level.int
getLevel()
Gets the numeric level of the pickaxe.
-
Method Details
-
getLevel
int getLevel()Gets the numeric level of the pickaxe.- Returns:
- the level number
-
getBlocksRequired
long getBlocksRequired()Gets the number of blocks required to reach this pickaxe level.- Returns:
- the amount of blocks required
-
getDisplayName
String getDisplayName()Gets the display name of the pickaxe level.- Returns:
- the display name
-