Uses of Enum
de.marcely.bedwars.api.game.spawner.SpawnerDurationModifier.Operation
-
Uses of SpawnerDurationModifier.Operation in de.marcely.bedwars.api.game.spawner
Modifier and TypeMethodDescriptionSpawnerDurationModifier.getOperation()
Get the operation this modifier will apply to the mathematical equation.Returns the enum constant of this type with the specified name.static SpawnerDurationModifier.Operation[]
SpawnerDurationModifier.Operation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionSpawner.addDropDurationModifier
(String id, Plugin plugin, SpawnerDurationModifier.Operation operation, double value) Adds a new modifier to the top ofSpawner.getDropDurationModifiers()
.