Class ServerboundCustomPayloadPacket
java.lang.Object
org.geysermc.geyser.event.GeyserEvent
org.geysermc.geyser.event.events.packet.DownstreamPacketSendEvent<com.github.steveice10.mc.protocol.packet.ingame.serverbound.ServerboundCustomPayloadPacket>
org.geysermc.geyser.event.events.packet.downstream.ServerboundCustomPayloadPacket
- All Implemented Interfaces:
Cancellable
,EventSession
public class ServerboundCustomPayloadPacket
extends DownstreamPacketSendEvent<com.github.steveice10.mc.protocol.packet.ingame.serverbound.ServerboundCustomPayloadPacket>
-
Constructor Summary
ConstructorDescriptionServerboundCustomPayloadPacket(@NonNull GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.serverbound.ServerboundCustomPayloadPacket packet)
-
Method Summary
Methods inherited from class org.geysermc.geyser.event.events.packet.DownstreamPacketSendEvent
canEqual, equals, getPacket, getSession, hashCode, isCancelled, of, setCancelled, setPacket, toString
-
Constructor Details
-
ServerboundCustomPayloadPacket
public ServerboundCustomPayloadPacket(@NonNull @NonNull GeyserSession session, @NonNull com.github.steveice10.mc.protocol.packet.ingame.serverbound.ServerboundCustomPayloadPacket packet)
-