Uses of Enum Class
de.maxbossing.streamervaro.Enums.StrikeEventType
Packages that use StrikeEventType
-
Uses of StrikeEventType in de.maxbossing.streamervaro.Enums
Methods in de.maxbossing.streamervaro.Enums that return StrikeEventTypeModifier and TypeMethodDescriptionstatic StrikeEventTypeReturns the enum constant of this class with the specified name.static StrikeEventType[]StrikeEventType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StrikeEventType in de.maxbossing.streamervaro.Events
Methods in de.maxbossing.streamervaro.Events that return StrikeEventTypeConstructors in de.maxbossing.streamervaro.Events with parameters of type StrikeEventTypeModifierConstructorDescriptionPlayerStrikeChangeEvent(org.bukkit.entity.Player player, StrikeEventType eventType, int strikes)