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