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 pService) -
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 p_11036_, NotificationService p_442638_) PlayerList(MinecraftServer pServer, LayeredRegistryAccess<RegistryLayer> pRegistries, PlayerDataStorage pPlayerIo, NotificationService pNotificationService) ServerOpList(File p_11345_, NotificationService p_442529_) StoredUserList(File pFile, NotificationService pNotificationService) UserBanList(File p_11402_, NotificationService p_443108_) UserWhiteList(File p_11449_, NotificationService p_443514_)