Uses of Enum Class
ml.karmaconfigs.api.common.timer.TimeCondition
Packages that use TimeCondition
-
Uses of TimeCondition in ml.karmaconfigs.api.common.timer
Methods in ml.karmaconfigs.api.common.timer that return TimeConditionModifier and TypeMethodDescriptionstatic TimeConditionReturns the enum constant of this class with the specified name.static TimeCondition[]TimeCondition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ml.karmaconfigs.api.common.timer with parameters of type TimeConditionModifier and TypeMethodDescriptionSourceSecondsTimer.conditionalAction(TimeCondition condition, int condition_value, Consumer<Integer> action)Add a conditional actionSourceSimpleTimer.conditionalAction(TimeCondition condition, int condition_value, Consumer<Integer> action)Add a conditional actionSourceSecondsTimer.conditionalPeriodAction(TimeCondition condition, long condition_value, Consumer<Long> action)Add a conditional actionSourceSimpleTimer.conditionalPeriodAction(TimeCondition condition, long condition_value, Consumer<Long> action)Add a conditional action -
Uses of TimeCondition in ml.karmaconfigs.api.common.timer.scheduler
Methods in ml.karmaconfigs.api.common.timer.scheduler with parameters of type TimeConditionModifier and TypeMethodDescriptionabstract SimpleSchedulerSimpleScheduler.conditionalAction(TimeCondition paramTimeCondition, int paramInt, Consumer<Integer> paramConsumer)Add a conditional actionabstract SimpleSchedulerSimpleScheduler.conditionalPeriodAction(TimeCondition paramTimeCondition, long paramLong, Consumer<Long> paramConsumer)Add a conditional action