Class ClientboundChatPacket
java.lang.Object
org.geysermc.geyser.event.GeyserEvent
org.geysermc.geyser.event.events.packet.DownstreamPacketReceiveEvent<com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundChatPacket>
org.geysermc.geyser.event.events.packet.downstream.ClientboundChatPacket
- All Implemented Interfaces:
Cancellable
,EventSession
public class ClientboundChatPacket
extends DownstreamPacketReceiveEvent<com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundChatPacket>
-
Constructor Summary
ConstructorDescriptionClientboundChatPacket(@NonNull GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundChatPacket packet)
-
Method Summary
Methods inherited from class org.geysermc.geyser.event.events.packet.DownstreamPacketReceiveEvent
canEqual, equals, getPacket, getSession, hashCode, isCancelled, of, setCancelled, setPacket, toString
-
Constructor Details
-
ClientboundChatPacket
public ClientboundChatPacket(@NonNull @NonNull GeyserSession session, @NonNull com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundChatPacket packet)
-