Uses of Interface
net.minecraft.network.chat.OutgoingPlayerChatMessage
Packages that use OutgoingPlayerChatMessage
-
Uses of OutgoingPlayerChatMessage in net.minecraft.commands
Methods in net.minecraft.commands with parameters of type OutgoingPlayerChatMessageModifier and TypeMethodDescriptionvoid
CommandSourceStack.sendChatMessage
(OutgoingPlayerChatMessage p_243226_, boolean p_243216_, ChatType.Bound p_243244_) -
Uses of OutgoingPlayerChatMessage in net.minecraft.network.chat
Classes in net.minecraft.network.chat that implement OutgoingPlayerChatMessageModifier and TypeClassDescriptionstatic class
static class
Methods in net.minecraft.network.chat that return OutgoingPlayerChatMessageModifier and TypeMethodDescriptionstatic OutgoingPlayerChatMessage
OutgoingPlayerChatMessage.create
(PlayerChatMessage p_242935_) -
Uses of OutgoingPlayerChatMessage in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type OutgoingPlayerChatMessageModifier and TypeMethodDescriptionvoid
ServerPlayer.sendChatMessage
(OutgoingPlayerChatMessage p_243284_, boolean p_243285_, ChatType.Bound p_243314_)