Uses of Enum
me.ulrich.koth.data.KothEnum.BorderColors
Packages that use KothEnum.BorderColors
-
Uses of KothEnum.BorderColors in me.ulrich.koth.data
Methods in me.ulrich.koth.data that return KothEnum.BorderColorsModifier and TypeMethodDescriptionMaxtimeSettings.getBorderColor()static KothEnum.BorderColorsReturns the enum constant of this type with the specified name.static KothEnum.BorderColors[]KothEnum.BorderColors.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.BorderColorsModifier and TypeMethodDescriptionvoidMaxtimeSettings.setBorderColor(KothEnum.BorderColors borderColor) Constructors in me.ulrich.koth.data with parameters of type KothEnum.BorderColorsModifierConstructorDescriptionMaxtimeSettings(boolean enabled, int size, KothEnum.EndAction endAction, KothEnum.BorderColors borderColor) -
Uses of KothEnum.BorderColors in me.ulrich.koth.manager
Methods in me.ulrich.koth.manager with parameters of type KothEnum.BorderColorsModifier and TypeMethodDescriptionbooleanKothManager.changeBorderColorMaxTime(UUID kothUUID, KothEnum.BorderColors newvalue) booleanWorldBorderManager.createBorder(org.bukkit.entity.Player player, org.bukkit.Location center, double size, KothEnum.BorderColors color) -
Uses of KothEnum.BorderColors in me.ulrich.koth.manager.methods
Methods in me.ulrich.koth.manager.methods with parameters of type KothEnum.BorderColorsModifier and TypeMethodDescriptionvoidWorldBorder.sendWorldBorder(org.bukkit.entity.Player player, org.bukkit.Location center, double size, KothEnum.BorderColors color)