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 TrophyTypeTrophyType.get(org.bukkit.Material mat) Get the trophytype corresponding to a provided block materialstatic TrophyTypeTrophyType.identifyTrophyItem(org.bukkit.inventory.ItemStack stack) static TrophyTypeTrophyType.identifyTrophyLore(String loreLine) static TrophyTypeReturns 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.ItemStackMiningTrophies.createTrophyDrop(TrophyType type)