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