Class PacketEvent.Receive

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

public static class PacketEvent.Receive extends Cancellable
  • Field Summary

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

    Constructors
    Constructor
    Description
    Receive(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

    • Receive

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