Package view.utilz
Interface Constants.Items
- Enclosing interface:
Constants
public static interface Constants.Items
Interface containing constants related to items views.
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic intGetPowerUpImageIndex(Constants.Items.PowerUpType powerUpType) Returns the image index for the given power-up type.static intGetRewardImageIndex(Constants.Items.BubbleRewardType bubbleRewardType) Returns the image index for the given bubble reward type.
-
Method Details
-
GetRewardImageIndex
Returns the image index for the given bubble reward type.- Parameters:
bubbleRewardType- the type of the bubble reward- Returns:
- the image index
-
GetPowerUpImageIndex
Returns the image index for the given power-up type.- Parameters:
powerUpType- the type of the power-up- Returns:
- the image index
-