Uses of Enum Class
org.geysermc.floodgate.news.NewsItemAction
Packages that use NewsItemAction
-
Uses of NewsItemAction in org.geysermc.floodgate.news
Methods in org.geysermc.floodgate.news that return NewsItemActionModifier and TypeMethodDescriptionstatic NewsItemAction
static NewsItemAction
Returns the enum constant of this class with the specified name.static NewsItemAction[]
NewsItemAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geysermc.floodgate.news that return types with arguments of type NewsItemAction -
Uses of NewsItemAction in org.geysermc.geyser.util
Methods in org.geysermc.geyser.util with parameters of type NewsItemActionModifier and TypeMethodDescriptionNewsHandler.getActiveNews(NewsItemAction action)
void
NewsHandler.handleNews(GeyserSession session, NewsItemAction action)