Uses of Enum Class
de.maxbossing.streamervarocore.Enums.StrikeEventType
Packages that use StrikeEventType
-
Uses of StrikeEventType in de.maxbossing.streamervarocore.Enums
Methods in de.maxbossing.streamervarocore.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.streamervarocore.Events
Methods in de.maxbossing.streamervarocore.Events that return StrikeEventTypeConstructors in de.maxbossing.streamervarocore.Events with parameters of type StrikeEventTypeModifierConstructorDescriptionPlayerStrikeChangeEvent(org.bukkit.entity.Player player, StrikeEventType eventType, int strikes)