Uses of Record Class
net.minecraft.network.message.MessageSourceProfile
Packages that use MessageSourceProfile
Package
Description
- 
Uses of MessageSourceProfile in net.minecraft.entityMethods in net.minecraft.entity that return MessageSourceProfile
- 
Uses of MessageSourceProfile in net.minecraft.entity.playerMethods in net.minecraft.entity.player that return MessageSourceProfile
- 
Uses of MessageSourceProfile in net.minecraft.network.messageFields in net.minecraft.network.message declared as MessageSourceProfileMethods in net.minecraft.network.message with parameters of type MessageSourceProfileModifier and TypeMethodDescriptionbooleanSignedMessage.verify(MessageSourceProfile profile) Returns whether the message can be verified using the public key or if the player does not have the key.
- 
Uses of MessageSourceProfile in net.minecraft.serverMethods in net.minecraft.server with parameters of type MessageSourceProfileModifier and TypeMethodDescriptionprivate voidPlayerManager.broadcast(SignedMessage message, Predicate<ServerPlayerEntity> shouldSendFiltered, @Nullable ServerPlayerEntity sender, MessageSourceProfile sourceProfile, MessageType.Parameters params) Broadcasts a chat message to all players and the server console.private booleanPlayerManager.verify(SignedMessage message, MessageSourceProfile profile) Returns whethermessageis not expired and is verified.
- 
Uses of MessageSourceProfile in net.minecraft.server.commandMethods in net.minecraft.server.command that return MessageSourceProfile