Interface NotificationService
- All Known Implementing Classes:
EmptyNotificationService,JsonRpcNotificationService,NotificationManager
public interface NotificationService
-
Method Summary
Modifier and TypeMethodDescriptionvoidipBanned(IpBanListEntry pEntry) voidipUnbanned(String pIp) voidonGameRuleChanged(String pGamerule, GameRules.Value<?> pValue) voidplayerAddedToAllowlist(NameAndId pPlayer) voidplayerBanned(UserBanListEntry pEntry) voidplayerDeoped(ServerOpListEntry pEntry) voidplayerJoined(ServerPlayer pPlayer) voidplayerLeft(ServerPlayer pPlayer) voidplayerOped(ServerOpListEntry pEntry) voidplayerRemovedFromAllowlist(NameAndId pPlayer) voidplayerUnbanned(NameAndId pPlayer) voidvoidvoidvoidvoid
-
Method Details
-
playerJoined
-
playerLeft
-
serverStarted
void serverStarted() -
serverShuttingDown
void serverShuttingDown() -
serverSaveStarted
void serverSaveStarted() -
serverSaveCompleted
void serverSaveCompleted() -
playerOped
-
playerDeoped
-
playerAddedToAllowlist
-
playerRemovedFromAllowlist
-
ipBanned
-
ipUnbanned
-
playerBanned
-
playerUnbanned
-
onGameRuleChanged
-
statusHeartbeat
void statusHeartbeat()
-