Class ClientboundPongResponsePacket
java.lang.Object
org.geysermc.geyser.event.GeyserEvent
org.geysermc.geyser.event.events.packet.DownstreamPacketReceiveEvent<com.github.steveice10.mc.protocol.packet.status.clientbound.ClientboundPongResponsePacket>
org.geysermc.geyser.event.events.packet.downstream.ClientboundPongResponsePacket
- All Implemented Interfaces:
Cancellable
,EventSession
public class ClientboundPongResponsePacket
extends DownstreamPacketReceiveEvent<com.github.steveice10.mc.protocol.packet.status.clientbound.ClientboundPongResponsePacket>
-
Constructor Summary
ConstructorDescriptionClientboundPongResponsePacket(@NonNull GeyserSession session, com.github.steveice10.mc.protocol.packet.status.clientbound.ClientboundPongResponsePacket 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
-
ClientboundPongResponsePacket
public ClientboundPongResponsePacket(@NonNull @NonNull GeyserSession session, @NonNull com.github.steveice10.mc.protocol.packet.status.clientbound.ClientboundPongResponsePacket packet)
-