Uses of Interface
net.minecraft.network.chat.OutgoingChatMessage
Packages that use OutgoingChatMessage
-
Uses of OutgoingChatMessage in net.minecraft.commands
Methods in net.minecraft.commands with parameters of type OutgoingChatMessageModifier and TypeMethodDescriptionvoidCommandSourceStack.sendChatMessage(OutgoingChatMessage message, boolean shouldFilter, ChatType.Bound boundChatType) -
Uses of OutgoingChatMessage in net.minecraft.network.chat
Classes in net.minecraft.network.chat that implement OutgoingChatMessageModifier and TypeClassDescriptionstatic final recordstatic final recordMethods in net.minecraft.network.chat that return OutgoingChatMessageModifier and TypeMethodDescriptionstatic OutgoingChatMessageOutgoingChatMessage.create(PlayerChatMessage message) -
Uses of OutgoingChatMessage in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type OutgoingChatMessageModifier and TypeMethodDescriptionvoidServerPlayer.sendChatMessage(OutgoingChatMessage message, boolean filtered, ChatType.Bound boundType)