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