Class ClientboundChatPacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundChatPacket
- All Implemented Interfaces:
Packet<ClientGamePacketListener>
-
Field Summary
-
Constructor Summary
ConstructorDescriptionClientboundChatPacket
(Component p_131826_, ChatType p_131827_, UUID p_131828_) ClientboundChatPacket
(FriendlyByteBuf p_178776_) -
Method Summary
Modifier and TypeMethodDescriptiongetType()
void
handle
(ClientGamePacketListener p_131835_) boolean
void
write
(FriendlyByteBuf p_131838_)
-
Field Details
-
message
-
type
-
sender
-
-
Constructor Details
-
ClientboundChatPacket
-
ClientboundChatPacket
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ClientGamePacketListener>
-
handle
- Specified by:
handle
in interfacePacket<ClientGamePacketListener>
-
getMessage
-
getType
-
getSender
-
isSkippable
public boolean isSkippable()- Specified by:
isSkippable
in interfacePacket<ClientGamePacketListener>
-