Uses of Class
net.minecraft.server.notifications.NotificationManager
Packages that use NotificationManager
Package
Description
-
Uses of NotificationManager in net.minecraft.server
Fields in net.minecraft.server declared as NotificationManagerModifier and TypeFieldDescriptionprivate final NotificationManagerMinecraftServer.notificationManagerMethods in net.minecraft.server that return NotificationManager -
Uses of NotificationManager in net.minecraft.server.jsonrpc.internalapi
Fields in net.minecraft.server.jsonrpc.internalapi declared as NotificationManagerModifier and TypeFieldDescriptionprivate final NotificationManagerMinecraftApi.notificationManagerMethods in net.minecraft.server.jsonrpc.internalapi that return NotificationManagerConstructors in net.minecraft.server.jsonrpc.internalapi with parameters of type NotificationManagerModifierConstructorDescriptionMinecraftApi(NotificationManager notificationManager, MinecraftAllowListService allowListService, MinecraftBanListService banListService, MinecraftPlayerListService minecraftPlayerListService, MinecraftGameRuleService gameRuleService, MinecraftOperatorListService minecraftOperatorListService, MinecraftServerSettingsService minecraftServerSettingsService, MinecraftServerStateService minecraftServerStateService, MinecraftExecutorService executorService) -
Uses of NotificationManager in net.minecraft.server.notifications
Fields in net.minecraft.server.notifications declared as NotificationManagerModifier and TypeFieldDescriptionprivate final NotificationManagerServerActivityMonitor.notificationManagerConstructors in net.minecraft.server.notifications with parameters of type NotificationManagerModifierConstructorDescriptionServerActivityMonitor(NotificationManager notificationManager, int secondsBetweenNotifications)