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