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 TypeMethodDescriptionstatic SentMessageSentMessage.of(SignedMessage message, MessageSourceProfile profile) Returns the wrappedmessage.static FilteredMessage<SentMessage>SentMessage.of(FilteredMessage<SignedMessage> message, MessageSourceProfile profile) Returns the wrappedmessage.booleanSignedMessage.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 TypeMethodDescriptionvoidPlayerManager.broadcast(SignedMessage message, MessageSourceProfile profile, MessageType.Parameters params) Broadcasts a chat message to all players and the server console.private voidPlayerManager.broadcast(FilteredMessage<SignedMessage> message, Predicate<ServerPlayerEntity> shouldSendFiltered, MessageSourceProfile profile, 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.command
Methods in net.minecraft.server.command that return MessageSourceProfile