Class DebugInfoPacketReceive
java.lang.Object
org.geysermc.geyser.event.GeyserEvent
org.geysermc.geyser.event.events.packet.UpstreamPacketReceiveEvent<com.nukkitx.protocol.bedrock.packet.DebugInfoPacket>
org.geysermc.geyser.event.events.packet.upstream.DebugInfoPacketReceive
- All Implemented Interfaces:
Cancellable
,EventSession
public class DebugInfoPacketReceive
extends UpstreamPacketReceiveEvent<com.nukkitx.protocol.bedrock.packet.DebugInfoPacket>
-
Constructor Summary
ConstructorDescriptionDebugInfoPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.DebugInfoPacket packet)
-
Method Summary
Methods inherited from class org.geysermc.geyser.event.events.packet.UpstreamPacketReceiveEvent
canEqual, equals, getPacket, getSession, hashCode, isCancelled, of, setCancelled, setPacket, toString
-
Constructor Details
-
DebugInfoPacketReceive
public DebugInfoPacketReceive(@NonNull @NonNull GeyserSession session, @NonNull @NonNull com.nukkitx.protocol.bedrock.packet.DebugInfoPacket packet)
-