Class EmptyNotificationService
java.lang.Object
net.minecraft.server.notifications.EmptyNotificationService
- All Implemented Interfaces:
NotificationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidipBanned(IpBanListEntry p_443268_) voidipUnbanned(String p_442960_) voidonGameRuleChanged(String p_443089_, GameRules.Value<?> p_443446_) voidplayerAddedToAllowlist(NameAndId p_443022_) voidplayerBanned(UserBanListEntry p_443444_) voidplayerDeoped(ServerOpListEntry p_443063_) voidplayerJoined(ServerPlayer p_442504_) voidplayerLeft(ServerPlayer p_443141_) voidplayerOped(ServerOpListEntry p_442919_) voidplayerRemovedFromAllowlist(NameAndId p_443591_) voidplayerUnbanned(NameAndId p_443003_) voidvoidvoidvoidvoid
-
Constructor Details
-
EmptyNotificationService
public EmptyNotificationService()
-
-
Method Details
-
playerJoined
- Specified by:
playerJoinedin interfaceNotificationService
-
playerLeft
- Specified by:
playerLeftin interfaceNotificationService
-
serverStarted
public void serverStarted()- Specified by:
serverStartedin interfaceNotificationService
-
serverShuttingDown
public void serverShuttingDown()- Specified by:
serverShuttingDownin interfaceNotificationService
-
serverSaveStarted
public void serverSaveStarted()- Specified by:
serverSaveStartedin interfaceNotificationService
-
serverSaveCompleted
public void serverSaveCompleted()- Specified by:
serverSaveCompletedin interfaceNotificationService
-
playerOped
- Specified by:
playerOpedin interfaceNotificationService
-
playerDeoped
- Specified by:
playerDeopedin interfaceNotificationService
-
playerAddedToAllowlist
- Specified by:
playerAddedToAllowlistin interfaceNotificationService
-
playerRemovedFromAllowlist
- Specified by:
playerRemovedFromAllowlistin interfaceNotificationService
-
ipBanned
- Specified by:
ipBannedin interfaceNotificationService
-
ipUnbanned
- Specified by:
ipUnbannedin interfaceNotificationService
-
playerBanned
- Specified by:
playerBannedin interfaceNotificationService
-
playerUnbanned
- Specified by:
playerUnbannedin interfaceNotificationService
-
onGameRuleChanged
- Specified by:
onGameRuleChangedin interfaceNotificationService
-
statusHeartbeat
public void statusHeartbeat()- Specified by:
statusHeartbeatin interfaceNotificationService
-