Uses of Record Class
net.minecraft.network.message.MessageSourceProfile
Packages that use MessageSourceProfile
Package
Description
-
Uses of MessageSourceProfile in net.minecraft.entity
Methods in net.minecraft.entity that return MessageSourceProfile -
Uses of MessageSourceProfile in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return MessageSourceProfile -
Uses of MessageSourceProfile in net.minecraft.network.message
Fields in net.minecraft.network.message declared as MessageSourceProfileMethods in net.minecraft.network.message with parameters of type MessageSourceProfileModifier and TypeMethodDescriptionboolean
SignedMessage.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.server
Methods in net.minecraft.server with parameters of type MessageSourceProfileModifier and TypeMethodDescriptionprivate void
PlayerManager.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 boolean
PlayerManager.verify
(SignedMessage message, MessageSourceProfile profile) Returns whethermessage
is not expired and is verified. -
Uses of MessageSourceProfile in net.minecraft.server.command
Methods in net.minecraft.server.command that return MessageSourceProfile