net.minecraft.server.dedicated.management

public class OutgoingRpcMethods

net.minecraft.server.jsonrpc.OutgoingRpcMethods
net.minecraft.class_11814
net.minecraft.server.dedicated.management.OutgoingRpcMethods

Field summary

Modifier and TypeField
public static final RegistryEntry$Reference<OutgoingRpcMethod<Void, Void>>
SERVER_STARTED
field_62324
SERVER_STARTED
public static final RegistryEntry$Reference<OutgoingRpcMethod<Void, Void>>
SERVER_SHUTTING_DOWN
field_62325
SERVER_STOPPING
public static final RegistryEntry$Reference<OutgoingRpcMethod<Void, Void>>
SERVER_SAVE_STARTED
field_62326
SERVER_SAVING
public static final RegistryEntry$Reference<OutgoingRpcMethod<Void, Void>>
SERVER_SAVE_COMPLETED
field_62327
SERVER_SAVED
public static final RegistryEntry$Reference<OutgoingRpcMethod<Void, Void>>
SERVER_ACTIVITY_OCCURRED
field_63173
SERVER_ACTIVITY
public static final RegistryEntry$Reference<OutgoingRpcMethod<RpcPlayer, Void>>
PLAYER_JOINED
field_62328
PLAYER_JOINED
public static final RegistryEntry$Reference<OutgoingRpcMethod<RpcPlayer, Void>>
PLAYER_LEFT
field_62329
PLAYER_LEFT
public static final RegistryEntry$Reference<OutgoingRpcMethod<OperatorsRpcDispatcher$RpcEntry, Void>>
PLAYER_OPED
field_62330
OPERATOR_ADDED
public static final RegistryEntry$Reference<OutgoingRpcMethod<OperatorsRpcDispatcher$RpcEntry, Void>>
PLAYER_DEOPED
field_62331
OPERATOR_REMOVED
public static final RegistryEntry$Reference<OutgoingRpcMethod<RpcPlayer, Void>>
PLAYER_ADDED_TO_ALLOWLIST
field_62332
ALLOWLIST_ADDED
public static final RegistryEntry$Reference<OutgoingRpcMethod<RpcPlayer, Void>>
PLAYER_REMOVED_FROM_ALLOWLIST
field_62333
ALLOWLIST_REMOVED
public static final RegistryEntry$Reference<OutgoingRpcMethod<IpBansRpcDispatcher$IpBanData, Void>>
IP_BANNED
field_62334
IP_BAN_ADDED
public static final RegistryEntry$Reference<OutgoingRpcMethod<String, Void>>
IP_UNBANNED
field_62335
IP_BAN_REMOVED
public static final RegistryEntry$Reference<OutgoingRpcMethod<PlayerBansRpcDispatcher$RpcEntry, Void>>
PLAYER_BANNED
field_62336
BAN_ADDED
public static final RegistryEntry$Reference<OutgoingRpcMethod<RpcPlayer, Void>>
PLAYER_UNBANNED
field_62337
BAN_REMOVED
public static final RegistryEntry$Reference<OutgoingRpcMethod<GameRuleRpcDispatcher$RuleEntry<?>, Void>>
GAMERULE_CHANGED
field_62338
GAMERULE_UPDATED
public static final RegistryEntry$Reference<OutgoingRpcMethod<ServerRpcDispatcher$RpcStatus, Void>>
STATUS_HEARTBEAT
field_62339
SERVER_STATUS_HEARTBEAT

Constructor summary

ModifierConstructor
public ()