Interface TeamUpgrade
public interface TeamUpgrade
This interface represents a team upgrade in a bed wars mini-game.
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Get the name of the team upgrade.int
Get the total number of tiers available for the team upgrade.
-
Method Details
-
getName
String getName()Get the name of the team upgrade.- Returns:
- The name of the team upgrade.
-
getTierCount
int getTierCount()Get the total number of tiers available for the team upgrade.- Returns:
- The number of tiers for the team upgrade.
-