Uses of Record Class
net.minecraft.server.dedicated.management.OutgoingRpcMethod.NotificationRpcMethod
Packages that use OutgoingRpcMethod.NotificationRpcMethod
-
Uses of OutgoingRpcMethod.NotificationRpcMethod in net.minecraft.server.dedicated.management
Fields in net.minecraft.server.dedicated.management declared as OutgoingRpcMethod.NotificationRpcMethodModifier and TypeFieldDescriptionstatic final OutgoingRpcMethod.NotificationRpcMethod<RpcPlayer> OutgoingNotificationRpcMethods.ALLOWLIST_ADDEDstatic final OutgoingRpcMethod.NotificationRpcMethod<RpcPlayer> OutgoingNotificationRpcMethods.ALLOWLIST_REMOVEDOutgoingNotificationRpcMethods.BAN_ADDEDstatic final OutgoingRpcMethod.NotificationRpcMethod<RpcPlayer> OutgoingNotificationRpcMethods.BAN_REMOVEDOutgoingNotificationRpcMethods.GAMERULE_UPDATEDOutgoingNotificationRpcMethods.IP_BAN_ADDEDstatic final OutgoingRpcMethod.NotificationRpcMethod<String> OutgoingNotificationRpcMethods.IP_BAN_REMOVEDOutgoingNotificationRpcMethods.OPERATOR_ADDEDOutgoingNotificationRpcMethods.OPERATOR_REMOVEDstatic final OutgoingRpcMethod.NotificationRpcMethod<RpcPlayer> OutgoingNotificationRpcMethods.PLAYER_JOINEDstatic final OutgoingRpcMethod.NotificationRpcMethod<RpcPlayer> OutgoingNotificationRpcMethods.PLAYER_LEFTOutgoingNotificationRpcMethods.SERVER_STATUS_HEARTBEATMethods in net.minecraft.server.dedicated.management that return types with arguments of type OutgoingRpcMethod.NotificationRpcMethodModifier and TypeMethodDescriptionstatic <Params> OutgoingRpcMethod.Builder<OutgoingRpcMethod.NotificationRpcMethod<Params>> OutgoingRpcMethod.createNotificationMethod(com.mojang.serialization.Codec<Params> paramsCodec)