Uses of Enum Class
com.github.crashdemons.miningtrophies.modifiers.DropRateModifierType
-
Uses of DropRateModifierType in com.github.crashdemons.miningtrophies.modifiers
Modifier and TypeMethodDescriptionDropRateModifier.getType()
Gets the type of modifierstatic DropRateModifierType
Returns the enum constant of this class with the specified name.static DropRateModifierType[]
DropRateModifierType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionDropRateModifier
(DropRateModifierType type, double value) Constructs a modifier of a given type and valueDropRateModifier
(DropRateModifierType type, double value, int level) Constructs a modifier with a value that is multiplied by a level of effectiveness