Uses of Enum Class
com.zetaplugins.cookieclickerz.util.cookieevents.CookieEventType
Packages that use CookieEventType
-
Uses of CookieEventType in com.zetaplugins.cookieclickerz.util.cookieevents
Methods in com.zetaplugins.cookieclickerz.util.cookieevents that return CookieEventTypeModifier and TypeMethodDescriptionstatic @Nullable CookieEventTypeCookieEventType.getRandom()Get a random CookieEventType based on appearance rates or null if no event should happen.CookieEvent.getType()static CookieEventTypeReturns the enum constant of this class with the specified name.static CookieEventType[]CookieEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.zetaplugins.cookieclickerz.util.cookieevents with parameters of type CookieEventTypeModifier and TypeMethodDescriptionbooleanCookieEventManager.hasEvent(@NotNull Player player, @NotNull CookieEventType eventType) Check if a player has a specific eventvoidCookieEventManager.startEvent(@NotNull Player player, @NotNull CookieEventType eventType) Start an event for a playerConstructors in com.zetaplugins.cookieclickerz.util.cookieevents with parameters of type CookieEventTypeModifierConstructorDescriptionCookieEvent(@NotNull CookieEventType type, @NotNull UUID uuid) CookieEvent(@NotNull CookieEventType type, @NotNull UUID uuid, long startTime)