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 NotificationManagerConstructors in net.minecraft.server with parameters of type NotificationManagerModifierConstructorDescriptionMinecraftServer(Thread serverThread, LevelStorageSource.LevelStorageAccess storageSource, PackRepository packRepository, WorldStem worldStem, Optional<GameRules> gameRules, Proxy proxy, com.mojang.datafixers.DataFixer fixerUpper, Services services, LevelLoadListener levelLoadListener, boolean propagatesCrashes, NotificationManager notificationManager) -
Uses of NotificationManager in net.minecraft.server.dedicated
Constructors in net.minecraft.server.dedicated with parameters of type NotificationManagerModifierConstructorDescriptionDedicatedServer(Thread serverThread, LevelStorageSource.LevelStorageAccess levelStorageSource, PackRepository packRepository, WorldStem worldStem, Optional<GameRules> gameRules, DedicatedServerSettings settings, com.mojang.datafixers.DataFixer fixerUpper, Services services, @Nullable ManagementServer jsonRpcServer, NotificationManager notificationManager) -
Uses of NotificationManager in net.minecraft.server.jsonrpc
Methods in net.minecraft.server.jsonrpc with parameters of type NotificationManagerModifier and TypeMethodDescriptionstatic @Nullable ManagementServerJsonRpc.create(DedicatedServerSettings settings, NotificationManager notificationManager) booleanManagementServer.scheduleHeartbeat(NotificationManager notificationManager, long period) -
Uses of NotificationManager in net.minecraft.server.jsonrpc.internalapi
Fields in net.minecraft.server.jsonrpc.internalapi declared as NotificationManagerModifier and TypeFieldDescriptionprivate final NotificationManagerMinecraftAllowListServiceImpl.notificationManagerprivate final NotificationManagerMinecraftApi.notificationManagerprivate final NotificationManagerMinecraftBanListServiceImpl.notificationManagerprivate final NotificationManagerMinecraftExecutorServiceImpl.notificationManagerprivate final NotificationManagerMinecraftGameRuleServiceImpl.notificationManagerprivate final NotificationManagerMinecraftOperatorListServiceImpl.notificationManagerprivate final NotificationManagerMinecraftPlayerListServiceImpl.notificationManagerprivate final NotificationManagerMinecraftServerSettingsServiceImpl.notificationManagerprivate final NotificationManagerMinecraftServerStateServiceImpl.notificationManagerMethods in net.minecraft.server.jsonrpc.internalapi that return NotificationManagerMethods in net.minecraft.server.jsonrpc.internalapi with parameters of type NotificationManagerModifier and TypeMethodDescriptionstatic MinecraftApiMinecraftApi.of(NotificationManager notificationManager) Constructors in net.minecraft.server.jsonrpc.internalapi with parameters of type NotificationManagerModifierConstructorDescriptionMinecraftAllowListServiceImpl(NotificationManager notificationManager, JsonRpcLogger jsonrpcLogger) MinecraftApi(NotificationManager notificationManager, MinecraftAllowListService allowListService, MinecraftBanListService banListService, MinecraftPlayerListService minecraftPlayerListService, MinecraftGameRuleService gameRuleService, MinecraftOperatorListService minecraftOperatorListService, MinecraftServerSettingsService minecraftServerSettingsService, MinecraftServerStateService minecraftServerStateService, MinecraftExecutorService executorService) MinecraftBanListServiceImpl(NotificationManager notificationManager, JsonRpcLogger jsonrpcLogger) MinecraftExecutorServiceImpl(NotificationManager notificationManager) MinecraftGameRuleServiceImpl(NotificationManager notificationManager, JsonRpcLogger jsonrpcLogger) MinecraftOperatorListServiceImpl(NotificationManager notificationManager, JsonRpcLogger jsonrpcLogger) MinecraftPlayerListServiceImpl(NotificationManager notificationManager, JsonRpcLogger jsonRpcLogger) MinecraftServerSettingsServiceImpl(NotificationManager notificationManager, JsonRpcLogger jsonrpcLogger) MinecraftServerStateServiceImpl(NotificationManager notificationManager, JsonRpcLogger jsonrpcLogger) -
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)