Uses of Record Class
net.minecraft.network.protocol.game.ServerboundChatCommandSignedPacket
-
Uses of ServerboundChatCommandSignedPacket in net.minecraft.network.protocol.game
Modifier and TypeFieldDescriptionstatic final PacketType
<ServerboundChatCommandSignedPacket> GamePacketTypes.SERVERBOUND_CHAT_COMMAND_SIGNED
static final StreamCodec
<FriendlyByteBuf, ServerboundChatCommandSignedPacket> ServerboundChatCommandSignedPacket.STREAM_CODEC
Modifier and TypeMethodDescriptionvoid
ServerGamePacketListener.handleSignedChatCommand
(ServerboundChatCommandSignedPacket p_338819_) -
Uses of ServerboundChatCommandSignedPacket in net.minecraft.server.network
Modifier and TypeMethodDescriptionprivate <S> Map
<String, PlayerChatMessage> ServerGamePacketListenerImpl.collectSignedArguments
(ServerboundChatCommandSignedPacket p_338222_, SignableCommand<S> p_250039_, LastSeenMessages p_249207_) void
ServerGamePacketListenerImpl.handleSignedChatCommand
(ServerboundChatCommandSignedPacket p_338604_) private void
ServerGamePacketListenerImpl.performSignedChatCommand
(ServerboundChatCommandSignedPacket p_338593_, LastSeenMessages p_250484_)