Class PacketEvent.Send

java.lang.Object
meteordevelopment.meteorclient.events.Cancellable
meteordevelopment.meteorclient.events.packets.PacketEvent.Send
All Implemented Interfaces:
meteordevelopment.orbit.ICancellable
Enclosing class:
PacketEvent

public static class PacketEvent.Send extends Cancellable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    net.minecraft.network.ClientConnection
     
    net.minecraft.network.packet.Packet<?>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Send(net.minecraft.network.packet.Packet<?> packet, net.minecraft.network.ClientConnection connection)
     
  • Method Summary

    Methods inherited from class meteordevelopment.meteorclient.events.Cancellable

    isCancelled, setCancelled

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface meteordevelopment.orbit.ICancellable

    cancel
  • Field Details

    • packet

      public net.minecraft.network.packet.Packet<?> packet
    • connection

      public net.minecraft.network.ClientConnection connection
  • Constructor Details

    • Send

      public Send(net.minecraft.network.packet.Packet<?> packet, net.minecraft.network.ClientConnection connection)