Uses of Enum Class
com.github.crashdemons.miningtrophies.TrophyType
Package
Description
Core classes and information belonging to MiningTrophies - including the plugin class.
-
Uses of TrophyType in com.github.crashdemons.miningtrophies
Modifier and TypeMethodDescriptionstatic TrophyType
TrophyType.get
(org.bukkit.Material mat) Get the trophytype corresponding to a provided block materialstatic TrophyType
TrophyType.identifyTrophyItem
(org.bukkit.inventory.ItemStack stack) static TrophyType
TrophyType.identifyTrophyLore
(String loreLine) static TrophyType
Returns the enum constant of this class with the specified name.static TrophyType[]
TrophyType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStack
MiningTrophies.createTrophyDrop
(TrophyType type)