Uses of Enum Class
com.github.crashdemons.miningtrophies.TrophyType
Packages that use TrophyType
Package
Description
Core classes and information belonging to MiningTrophies - including the plugin class.
-
Uses of TrophyType in com.github.crashdemons.miningtrophies
Methods in com.github.crashdemons.miningtrophies that return TrophyTypeModifier 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.Methods in com.github.crashdemons.miningtrophies with parameters of type TrophyTypeModifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStack
MiningTrophies.createTrophyDrop
(TrophyType type)