Uses of Record Class
net.minecraft.network.encryption.SignedChatMessage
Packages that use SignedChatMessage
Package
Description
-
Uses of SignedChatMessage in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type SignedChatMessageModifier and TypeMethodDescriptionprivate voidClientPlayNetworkHandler.handleMessage(MessageType type, SignedChatMessage message, MessageSender sender) Handles an incoming chat message.private booleanClientPlayNetworkHandler.isSignatureValid(SignedChatMessage message) Returns whether the chat message has a valid signature. -
Uses of SignedChatMessage in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return types with arguments of type SignedChatMessageModifier and TypeMethodDescriptionMessageArgumentType.class_7515.method_44262(ServerCommandSource serverCommandSource) private Message<SignedChatMessage>MessageArgumentType.class_7515.method_44263(ServerCommandSource serverCommandSource, Message<SignedChatMessage> message) Method parameters in net.minecraft.command.argument with type arguments of type SignedChatMessageModifier and TypeMethodDescriptionprivate Message<SignedChatMessage>MessageArgumentType.class_7515.method_44263(ServerCommandSource serverCommandSource, Message<SignedChatMessage> message) -
Uses of SignedChatMessage in net.minecraft.network
Methods in net.minecraft.network that return types with arguments of type SignedChatMessageModifier and TypeMethodDescriptiondefault CompletableFuture<Message<SignedChatMessage>>ChatDecorator.decorateChat(@Nullable ServerPlayerEntity serverPlayerEntity, Message<Text> message, ChatMessageSignature chatMessageSignature, boolean bool) -
Uses of SignedChatMessage in net.minecraft.network.encryption
Methods in net.minecraft.network.encryption that return SignedChatMessageModifier and TypeMethodDescriptionstatic SignedChatMessageSignedChatMessage.method_44313(Text text, Text text2, ChatMessageSignature chatMessageSignature, boolean bool) static SignedChatMessageSignedChatMessage.of(String signedContent, ChatMessageSignature signature) Returns a new signed chat message withsignedContentandsignature.static SignedChatMessageReturns a new signed chat message withsignedContentand "none" signature.static SignedChatMessageSignedChatMessage.of(Text signedContent, ChatMessageSignature signature) Returns a new signed chat message withsignedContentandsignature.SignedChatMessage.withUnsigned(Text unsignedContent) Returns the new signed chat message withunsignedContentadded.Methods in net.minecraft.network.encryption that return types with arguments of type SignedChatMessageModifier and TypeMethodDescriptionstatic Message<SignedChatMessage>SignedChatMessage.method_44311(Message<Text> message, Message<Text> message2, ChatMessageSignature chatMessageSignature, boolean bool) -
Uses of SignedChatMessage in net.minecraft.network.packet.s2c.play
Methods in net.minecraft.network.packet.s2c.play that return SignedChatMessage -
Uses of SignedChatMessage in net.minecraft.server
Methods in net.minecraft.server with parameters of type SignedChatMessageModifier and TypeMethodDescriptionvoidPlayerManager.broadcast(SignedChatMessage message, Function<ServerPlayerEntity, SignedChatMessage> playerMessageFactory, MessageSender sender, RegistryKey<MessageType> typeKey) Broadcasts a chat message to all players and the server console.voidPlayerManager.broadcast(SignedChatMessage message, MessageSender sender, RegistryKey<MessageType> typeKey) Broadcasts a chat message to all players and the server console.Method parameters in net.minecraft.server with type arguments of type SignedChatMessageModifier and TypeMethodDescriptionvoidPlayerManager.broadcast(SignedChatMessage message, Function<ServerPlayerEntity, SignedChatMessage> playerMessageFactory, MessageSender sender, RegistryKey<MessageType> typeKey) Broadcasts a chat message to all players and the server console.voidPlayerManager.broadcast(Message<SignedChatMessage> message, ServerPlayerEntity serverPlayerEntity, RegistryKey<MessageType> registryKey) Broadcasts a chat message to all players and the server console.voidPlayerManager.method_44166(Message<SignedChatMessage> message, ServerCommandSource serverCommandSource, RegistryKey<MessageType> registryKey) -
Uses of SignedChatMessage in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type SignedChatMessageModifier and TypeMethodDescriptionvoidServerPlayerEntity.sendChatMessage(SignedChatMessage message, MessageSender sender, RegistryKey<MessageType> typeKey) Sends a chat message to the player.Method parameters in net.minecraft.server.network with type arguments of type SignedChatMessageModifier and TypeMethodDescriptionprivate voidServerPlayNetworkHandler.method_44155(Message<SignedChatMessage> message)