Uses of Enum
me.ulrich.koth.data.KothEnum.EndAction
Packages that use KothEnum.EndAction
-
Uses of KothEnum.EndAction in me.ulrich.koth.data
Methods in me.ulrich.koth.data that return KothEnum.EndActionModifier and TypeMethodDescriptionMaxtimeSettings.getEndAction()static KothEnum.EndActionReturns the enum constant of this type with the specified name.static KothEnum.EndAction[]KothEnum.EndAction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in me.ulrich.koth.data with parameters of type KothEnum.EndActionModifier and TypeMethodDescriptionvoidMaxtimeSettings.setEndAction(KothEnum.EndAction endAction) Constructors in me.ulrich.koth.data with parameters of type KothEnum.EndActionModifierConstructorDescriptionMaxtimeSettings(boolean enabled, int size, KothEnum.EndAction endAction, KothEnum.BorderColors borderColor) -
Uses of KothEnum.EndAction in me.ulrich.koth.manager
Methods in me.ulrich.koth.manager with parameters of type KothEnum.EndActionModifier and TypeMethodDescriptionbooleanKothManager.changeEndActionMaxTime(UUID kothUUID, KothEnum.EndAction newvalue)