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 with type parameters of type OutgoingRpcMethod.NotificationModifier and TypeFieldDescriptionstatic final RegistryEntry.Reference<OutgoingRpcMethod.Notification<RpcPlayer>> OutgoingRpcMethods.ALLOWLIST_ADDEDstatic final RegistryEntry.Reference<OutgoingRpcMethod.Notification<RpcPlayer>> OutgoingRpcMethods.ALLOWLIST_REMOVEDstatic final RegistryEntry.Reference<OutgoingRpcMethod.Notification<PlayerBansRpcDispatcher.RpcEntry>> OutgoingRpcMethods.BAN_ADDEDstatic final RegistryEntry.Reference<OutgoingRpcMethod.Notification<RpcPlayer>> OutgoingRpcMethods.BAN_REMOVEDstatic final RegistryEntry.Reference<OutgoingRpcMethod.Notification<GameRuleRpcDispatcher.TypedRule>> OutgoingRpcMethods.GAMERULE_UPDATEDOutgoingRpcMethods.IP_BAN_ADDEDstatic final RegistryEntry.Reference<OutgoingRpcMethod.Notification<String>> OutgoingRpcMethods.IP_BAN_REMOVEDstatic final RegistryEntry.Reference<OutgoingRpcMethod.Notification<OperatorsRpcDispatcher.RpcEntry>> OutgoingRpcMethods.OPERATOR_ADDEDstatic final RegistryEntry.Reference<OutgoingRpcMethod.Notification<OperatorsRpcDispatcher.RpcEntry>> OutgoingRpcMethods.OPERATOR_REMOVEDstatic final RegistryEntry.Reference<OutgoingRpcMethod.Notification<RpcPlayer>> OutgoingRpcMethods.PLAYER_JOINEDstatic final RegistryEntry.Reference<OutgoingRpcMethod.Notification<RpcPlayer>> OutgoingRpcMethods.PLAYER_LEFTOutgoingRpcMethods.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)