Uses of Enum Class
com.github.crashdemons.miningtrophies.modifiers.DropRateModifierType
Packages that use DropRateModifierType
- 
Uses of DropRateModifierType in com.github.crashdemons.miningtrophies.modifiers
Methods in com.github.crashdemons.miningtrophies.modifiers that return DropRateModifierTypeModifier and TypeMethodDescriptionDropRateModifier.getType()Gets the type of modifierstatic DropRateModifierTypeReturns 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.Constructors in com.github.crashdemons.miningtrophies.modifiers with parameters of type DropRateModifierTypeModifierConstructorDescriptionDropRateModifier(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