Uses of Enum Class
me.qscbm.inlayx.gem.Gem.DurabilityMode
Packages that use Gem.DurabilityMode
-
Uses of Gem.DurabilityMode in me.qscbm.inlayx.gem
Methods in me.qscbm.inlayx.gem that return Gem.DurabilityModeModifier and TypeMethodDescriptionGem.DurabilityEntry.mode()Returns the value of themoderecord component.static Gem.DurabilityModeReturns the enum constant of this class with the specified name.static Gem.DurabilityMode[]Gem.DurabilityMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in me.qscbm.inlayx.gem with parameters of type Gem.DurabilityModeModifierConstructorDescriptionDurabilityEntry(Gem.DurabilityMode mode, double value) Creates an instance of aDurabilityEntryrecord class.