Uses of Record Class
net.minecraft.server.dedicated.management.OutgoingRpcMethod.Notification
Packages that use OutgoingRpcMethod.Notification
-
Uses of OutgoingRpcMethod.Notification in net.minecraft.server.dedicated.management
Fields in net.minecraft.server.dedicated.management declared as OutgoingRpcMethod.NotificationModifier and TypeFieldDescriptionstatic final OutgoingRpcMethod.Notification<RpcPlayer> OutgoingRpcMethods.ALLOWLIST_ADDEDstatic final OutgoingRpcMethod.Notification<RpcPlayer> OutgoingRpcMethods.ALLOWLIST_REMOVEDOutgoingRpcMethods.BAN_ADDEDstatic final OutgoingRpcMethod.Notification<RpcPlayer> OutgoingRpcMethods.BAN_REMOVEDOutgoingRpcMethods.GAMERULE_UPDATEDstatic final OutgoingRpcMethod.Notification<IpBansRpcDispatcher.IpBanData> OutgoingRpcMethods.IP_BAN_ADDEDstatic final OutgoingRpcMethod.Notification<String> OutgoingRpcMethods.IP_BAN_REMOVEDOutgoingRpcMethods.OPERATOR_ADDEDOutgoingRpcMethods.OPERATOR_REMOVEDstatic final OutgoingRpcMethod.Notification<RpcPlayer> OutgoingRpcMethods.PLAYER_JOINEDstatic final OutgoingRpcMethod.Notification<RpcPlayer> OutgoingRpcMethods.PLAYER_LEFTstatic final OutgoingRpcMethod.Notification<ServerRpcDispatcher.RpcStatus> OutgoingRpcMethods.SERVER_STATUS_HEARTBEATMethods in net.minecraft.server.dedicated.management that return types with arguments of type OutgoingRpcMethod.NotificationModifier and TypeMethodDescriptionstatic <Params> OutgoingRpcMethod.Builder<OutgoingRpcMethod.Notification<Params>> OutgoingRpcMethod.createNotificationBuilder(com.mojang.serialization.Codec<Params> paramsCodec)