Uses of Enum
de.marcely.bedwars.api.game.spawner.SpawnerDurationModifier.Operation
Packages that use SpawnerDurationModifier.Operation
-
Uses of SpawnerDurationModifier.Operation in de.marcely.bedwars.api.game.spawner
Subclasses with type arguments of type SpawnerDurationModifier.Operation in de.marcely.bedwars.api.game.spawnerModifier and TypeClassDescriptionstatic enumEnumerable operation to be applied to the mathematical equationMethods in de.marcely.bedwars.api.game.spawner that return SpawnerDurationModifier.OperationModifier 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.Methods in de.marcely.bedwars.api.game.spawner with parameters of type SpawnerDurationModifier.OperationModifier and TypeMethodDescriptionSpawner.addDropDurationModifier(String id, Plugin plugin, SpawnerDurationModifier.Operation operation, double value) Adds a new modifier to the top ofSpawner.getDropDurationModifiers().