Uses of Class
me.croabeast.common.time.TimeValues
Packages that use TimeValues
-
Uses of TimeValues in me.croabeast.common.time
Fields in me.croabeast.common.time declared as TimeValuesModifier and TypeFieldDescriptionstatic final TimeValuesTimeValues.DEFAULT_KEYSDefault time unit keys in English.static final TimeValuesTimeValues.SPANISH_KEYSPredefined time unit keys for Spanish language.Methods in me.croabeast.common.time that return TimeValuesModifier and TypeMethodDescriptionstatic TimeValuesTimeValues.create()Creates a new modifiable instance ofTimeValues.static TimeValuesTimeValues.fromSection(org.bukkit.configuration.ConfigurationSection section) Creates aTimeValuesinstance from a configuration section.TimeValues.setDaysFormat(String daysFormat) Sets the format string for days.TimeValues.setHoursFormat(String hoursFormat) Sets the format string for hours.TimeValues.setMinutesFormat(String minutesFormat) Sets the format string for minutes.TimeValues.setMonthsFormat(String monthsFormat) Sets the format string for months.TimeValues.setSecondsFormat(String secondsFormat) Sets the format string for seconds.TimeValues.setSplitter(String splitter) Sets the splitter string used between time unit segments.TimeValues.setWeeksFormat(String weeksFormat) Sets the format string for weeks.TimeValues.setYearsFormat(String yearsFormat) Sets the format string for years.Constructors in me.croabeast.common.time with parameters of type TimeValuesModifierConstructorDescriptionTimeFormatter(TakionLib lib, TimeValues values, long seconds) Constructs a newTimeFormatterwith the given library instance, time value formats, and duration in seconds.