Class ClientCacheMissResponsePacketReceive
java.lang.Object
org.geysermc.geyser.event.GeyserEvent
org.geysermc.geyser.event.events.packet.UpstreamPacketReceiveEvent<com.nukkitx.protocol.bedrock.packet.ClientCacheMissResponsePacket>
org.geysermc.geyser.event.events.packet.upstream.ClientCacheMissResponsePacketReceive
- All Implemented Interfaces:
Cancellable
,EventSession
public class ClientCacheMissResponsePacketReceive
extends UpstreamPacketReceiveEvent<com.nukkitx.protocol.bedrock.packet.ClientCacheMissResponsePacket>
-
Constructor Summary
ConstructorDescriptionClientCacheMissResponsePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ClientCacheMissResponsePacket 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
-
ClientCacheMissResponsePacketReceive
public ClientCacheMissResponsePacketReceive(@NonNull @NonNull GeyserSession session, @NonNull @NonNull com.nukkitx.protocol.bedrock.packet.ClientCacheMissResponsePacket packet)
-