Uses of Enum
me.ulrich.outpost.data.OutpostEnum.BorderColors
Packages that use OutpostEnum.BorderColors
Package
Description
-
Uses of OutpostEnum.BorderColors in me.ulrich.outpost.data
Methods in me.ulrich.outpost.data that return OutpostEnum.BorderColorsModifier and TypeMethodDescriptionstatic OutpostEnum.BorderColorsReturns the enum constant of this type with the specified name.static OutpostEnum.BorderColors[]OutpostEnum.BorderColors.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OutpostEnum.BorderColors in me.ulrich.outpost.manager
Methods in me.ulrich.outpost.manager with parameters of type OutpostEnum.BorderColorsModifier and TypeMethodDescriptionbooleanWorldBorderManager.createBorder(org.bukkit.entity.Player player, org.bukkit.Location center, double size, OutpostEnum.BorderColors color) -
Uses of OutpostEnum.BorderColors in me.ulrich.outpost.manager.methods
Methods in me.ulrich.outpost.manager.methods with parameters of type OutpostEnum.BorderColorsModifier and TypeMethodDescriptionvoidWorldBorder.sendWorldBorder(org.bukkit.entity.Player player, org.bukkit.Location center, double size, OutpostEnum.BorderColors color)