Uses of Enum Class
com.booksaw.betterTeams.customEvents.BelowNameChangeEvent.ChangeType
Packages that use BelowNameChangeEvent.ChangeType
-
Uses of BelowNameChangeEvent.ChangeType in com.booksaw.betterTeams.customEvents
Methods in com.booksaw.betterTeams.customEvents that return BelowNameChangeEvent.ChangeTypeModifier and TypeMethodDescriptionBelowNameChangeEvent.getType()
Returns the enum constant of this class with the specified name.static BelowNameChangeEvent.ChangeType[]
BelowNameChangeEvent.ChangeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.booksaw.betterTeams.customEvents with parameters of type BelowNameChangeEvent.ChangeTypeModifierConstructorDescriptionBelowNameChangeEvent
(org.bukkit.entity.Player player, BelowNameChangeEvent.ChangeType type)