Uses of Interface
net.minecraft.server.notifications.NotificationService
Packages that use NotificationService
Package
Description
-
Uses of NotificationService in net.minecraft.server.jsonrpc
Classes in net.minecraft.server.jsonrpc that implement NotificationService -
Uses of NotificationService in net.minecraft.server.notifications
Classes in net.minecraft.server.notifications that implement NotificationServiceFields in net.minecraft.server.notifications with type parameters of type NotificationServiceModifier and TypeFieldDescriptionprivate final List<NotificationService> NotificationManager.notificationServicesMethods in net.minecraft.server.notifications with parameters of type NotificationServiceModifier and TypeMethodDescriptionvoidNotificationManager.registerService(NotificationService notificationService) -
Uses of NotificationService in net.minecraft.server.players
Fields in net.minecraft.server.players declared as NotificationServiceModifier and TypeFieldDescriptionprotected final NotificationServiceStoredUserList.notificationServiceConstructors in net.minecraft.server.players with parameters of type NotificationServiceModifierConstructorDescriptionIpBanList(File file, NotificationService notificationService) PlayerList(MinecraftServer server, LayeredRegistryAccess<RegistryLayer> registries, PlayerDataStorage playerIo, NotificationService notificationService) ServerOpList(File file, NotificationService notificationService) StoredUserList(File file, NotificationService notificationService) UserBanList(File file, NotificationService notificationService) UserWhiteList(File file, NotificationService notificationService)