History - net.minecraft.server.jsonrpc.JsonRpcNotificationService
1.21.10
Names
Fields
Constructors
Methods
1.21.9
Names
atn
net.minecraft.server.jsonrpc.JsonRpcNotificationService
net.minecraft.class_11806
net.minecraft.server.dedicated.management.listener.NotificationManagementListener
net.minecraft.src.C_411107_
net.minecraft.server.jsonrpc.JsonRpcNotificationService
Fields
ManagementServer: a, managementServer, field_62312, managementServer, f_411755_
MinecraftApi: b, minecraftApi, field_62313, dispatcher, f_411708_
Constructors
(MinecraftApi, ManagementServer)
Methods
void (ServerPlayer): a, playerJoined, method_73661, onPlayerJoined, m_416538_
void (ServerPlayer): b, playerLeft, method_73669, onPlayerLeft, m_415822_
void (): a, serverStarted, method_73656, onServerStarted, m_415001_
void (): b, serverShuttingDown, method_73668, onServerStopping, m_417648_
void (): c, serverSaveStarted, method_73672, onServerSaving, m_415741_
void (): d, serverSaveCompleted, method_73674, onServerSaved, m_415275_
void (ServerOpListEntry): a, playerOped, method_73664, onOperatorAdded, m_416433_
void (ServerOpListEntry): b, playerDeoped, method_73671, onOperatorRemoved, m_415681_
void (NameAndId): a, playerAddedToAllowlist, method_73663, onAllowlistAdded, m_416073_
void (NameAndId): b, playerRemovedFromAllowlist, method_73670, onAllowlistRemoved, m_415175_
void (IpBanListEntry): a, ipBanned, method_73662, onIpBanAdded, m_415008_
void (String): a, ipUnbanned, method_73666, onIpBanRemoved, m_415470_
void (UserBanListEntry): a, playerBanned, method_73665, onBanAdded, m_415699_
void (NameAndId): c, playerUnbanned, method_73673, onBanRemoved, m_415178_
void (String, GameRules$Value<?>): a, onGameRuleChanged, method_73667, onGameRuleUpdated, m_415767_
void (): e, statusHeartbeat, method_73675, onServerStatusHeartbeat, m_417182_
void (Holder$Reference<? extends OutgoingRpcMethod<Void, ?>>): a, broadcastNotification, method_73657, notifyAll, m_416375_
<Params> void (Holder$Reference<? extends OutgoingRpcMethod<Params, ?>>, Params): a, broadcastNotification, method_73659, notifyAll, m_420359_