Uses of Record Class
net.minecraft.server.jsonrpc.OutgoingRpcMethod.Notification
Packages that use OutgoingRpcMethod.Notification
-
Uses of OutgoingRpcMethod.Notification in net.minecraft.server.jsonrpc
Fields in net.minecraft.server.jsonrpc with type parameters of type OutgoingRpcMethod.NotificationModifier and TypeFieldDescriptionOutgoingRpcMethods.GAMERULE_CHANGEDOutgoingRpcMethods.IP_BANNEDstatic final Holder.Reference<OutgoingRpcMethod.Notification<String>> OutgoingRpcMethods.IP_UNBANNEDstatic final Holder.Reference<OutgoingRpcMethod.Notification<PlayerDto>> OutgoingRpcMethods.PLAYER_ADDED_TO_ALLOWLISTOutgoingRpcMethods.PLAYER_BANNEDOutgoingRpcMethods.PLAYER_DEOPEDstatic final Holder.Reference<OutgoingRpcMethod.Notification<PlayerDto>> OutgoingRpcMethods.PLAYER_JOINEDstatic final Holder.Reference<OutgoingRpcMethod.Notification<PlayerDto>> OutgoingRpcMethods.PLAYER_LEFTOutgoingRpcMethods.PLAYER_OPEDstatic final Holder.Reference<OutgoingRpcMethod.Notification<PlayerDto>> OutgoingRpcMethods.PLAYER_REMOVED_FROM_ALLOWLISTstatic final Holder.Reference<OutgoingRpcMethod.Notification<PlayerDto>> OutgoingRpcMethods.PLAYER_UNBANNEDOutgoingRpcMethods.STATUS_HEARTBEATMethods in net.minecraft.server.jsonrpc that return types with arguments of type OutgoingRpcMethod.NotificationModifier and TypeMethodDescriptionstatic <Params> OutgoingRpcMethod.OutgoingRpcMethodBuilder<OutgoingRpcMethod.Notification<Params>> OutgoingRpcMethod.notification(com.mojang.serialization.Codec<Params> paramsCodec)