Uses of Class
com.comphenix.protocol.events.ScheduledPacket
Packages that use ScheduledPacket
-
Uses of ScheduledPacket in com.comphenix.protocol.events
Methods in com.comphenix.protocol.events that return ScheduledPacketModifier and TypeMethodDescriptionstatic ScheduledPacketScheduledPacket.fromFiltered(PacketContainer packet, org.bukkit.entity.Player target)Construct a new scheduled packet that will be processed by any packet listeners.static ScheduledPacketScheduledPacket.fromSilent(PacketContainer packet, org.bukkit.entity.Player target)Construct a new scheduled packet that will not be processed by any packet listeners (except MONITOR).Methods in com.comphenix.protocol.events that return types with arguments of type ScheduledPacketModifier and TypeMethodDescriptionNetworkMarker.getScheduledPackets()Retrieve a list of packets that will be schedule (in-order) when the current packet has been successfully transmitted.static List<ScheduledPacket>NetworkMarker.readScheduledPackets(NetworkMarker marker)Retrieve the scheduled packets of a particular network marker without constructing the list.Methods in com.comphenix.protocol.events with parameters of type ScheduledPacketModifier and TypeMethodDescriptionvoidPacketEvent.schedule(ScheduledPacket scheduled)Schedule a packet for sending or receiving after the current packet event is successful.booleanPacketEvent.unschedule(ScheduledPacket scheduled)Unschedule a specific packet.