Uses of Record Class
net.minecraft.network.encryption.SignedChatMessage
Packages that use SignedChatMessage
Package
Description
The base package for all Minecraft classes.
-
Uses of SignedChatMessage in net.minecraft
Methods in net.minecraft that return SignedChatMessageModifier and TypeMethodDescriptiondefault SignedChatMessageclass_7492.decorate(@Nullable ServerPlayerEntity serverPlayerEntity, SignedChatMessage signedChatMessage) default SignedChatMessageclass_7492.decorate(@Nullable ServerPlayerEntity serverPlayerEntity, Text text, ChatMessageSignature chatMessageSignature, boolean bool) Methods in net.minecraft with parameters of type SignedChatMessageModifier and TypeMethodDescriptiondefault SignedChatMessageclass_7492.decorate(@Nullable ServerPlayerEntity serverPlayerEntity, SignedChatMessage signedChatMessage) -
Uses of SignedChatMessage in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type SignedChatMessageModifier and TypeMethodDescriptionprivate booleanClientPlayNetworkHandler.isSignatureValid(SignedChatMessage signedChatMessage) Returns whether the chat message packet has a valid signature.private voidClientPlayNetworkHandler.method_44073(MessageType messageType, SignedChatMessage signedChatMessage, MessageSender messageSender) -
Uses of SignedChatMessage in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return SignedChatMessageModifier and TypeMethodDescriptionstatic SignedChatMessageMessageArgumentType.getSignedMessage(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) -
Uses of SignedChatMessage in net.minecraft.network.encryption
Methods in net.minecraft.network.encryption that return SignedChatMessageModifier and TypeMethodDescriptionstatic SignedChatMessageSignedChatMessage.method_44126(String string, ChatMessageSignature chatMessageSignature) static SignedChatMessageSignedChatMessage.method_44127(Text text) static SignedChatMessageSignedChatMessage.method_44128(Text text, ChatMessageSignature chatMessageSignature) SignedChatMessage.method_44129(Text text) CommandArgumentSigner.signArgument(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String argumentName, Text value) CommandArgumentSigner.Signatures.signArgument(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String argumentName, Text value) -
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 that return SignedChatMessageModifier and TypeMethodDescriptionprivate @Nullable SignedChatMessagePlayerManager.method_43934(ServerPlayerEntity serverPlayerEntity, SignedChatMessage signedChatMessage, TextStream.Message message) 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.voidPlayerManager.broadcast(SignedChatMessage message, TextStream.Message message2, ServerPlayerEntity sender, RegistryKey<MessageType> typeKey) Broadcasts a chat message to all players and the server console.private @Nullable SignedChatMessagePlayerManager.method_43934(ServerPlayerEntity serverPlayerEntity, SignedChatMessage signedChatMessage, TextStream.Message message) 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. -
Uses of SignedChatMessage in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type SignedChatMessageModifier and TypeMethodDescriptionprivate static intMessageCommand.execute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, SignedChatMessage signedChatMessage) private static intTeamMsgCommand.execute(ServerCommandSource serverCommandSource, SignedChatMessage signedChatMessage) -
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> registryKey) Sends a chat message to the player.