Class EntityInteract0x7C2SPacket

java.lang.Object
net.minecraft.packet.AbstractPacket
net.minecraft.packet.play.EntityInteract0x7C2SPacket

public class EntityInteract0x7C2SPacket extends AbstractPacket
Mappings:
Namespace Name
intermediary net/minecraft/class_1
glue class_1
server a
client a
named net/minecraft/packet/play/EntityInteract0x7C2SPacket
  • Field Details

    • userId

      public int userId
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1 Lnet/minecraft/class_1;field_1:I
      glue field_1 Lclass_1;field_1:I
      server a La;a:I
      client a La;a:I
      named userId Lnet/minecraft/packet/play/EntityInteract0x7C2SPacket;userId:I
    • entityId

      public int entityId
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2 Lnet/minecraft/class_1;field_2:I
      glue field_2 Lclass_1;field_2:I
      server b La;b:I
      client b La;b:I
      named entityId Lnet/minecraft/packet/play/EntityInteract0x7C2SPacket;entityId:I
    • leftClick

      public int leftClick
      Mappings:
      Namespace Name Mixin selector
      intermediary field_3 Lnet/minecraft/class_1;field_3:I
      glue field_3 Lclass_1;field_3:I
      server c La;c:I
      client c La;c:I
      named leftClick Lnet/minecraft/packet/play/EntityInteract0x7C2SPacket;leftClick:I
  • Constructor Details

    • EntityInteract0x7C2SPacket

      public EntityInteract0x7C2SPacket()
    • EntityInteract0x7C2SPacket

      @Environment(CLIENT) public EntityInteract0x7C2SPacket(int userId, int entityId, int leftClick)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_1;<init>(III)V
      glue <init> Lclass_1;<init>(III)V
      server <init> La;<init>(III)V
      client <init> La;<init>(III)V
      named <init> Lnet/minecraft/packet/play/EntityInteract0x7C2SPacket;<init>(III)V
  • Method Details

    • read

      public void read(DataInputStream in)
      Specified by:
      read in class AbstractPacket
      Mappings:
      Namespace Name Mixin selector
      intermediary method_806 Lnet/minecraft/class_169;method_806(Ljava/io/DataInputStream;)V
      glue method_2 Lclass_257;method_2(Ljava/io/DataInputStream;)V
      server a Lgt;a(Ljava/io/DataInputStream;)V
      client a Lki;a(Ljava/io/DataInputStream;)V
      named read Lnet/minecraft/packet/AbstractPacket;read(Ljava/io/DataInputStream;)V
    • write

      public void write(DataOutputStream out)
      Specified by:
      write in class AbstractPacket
      Mappings:
      Namespace Name Mixin selector
      intermediary method_807 Lnet/minecraft/class_169;method_807(Ljava/io/DataOutputStream;)V
      glue method_3 Lclass_257;method_3(Ljava/io/DataOutputStream;)V
      server a Lgt;a(Ljava/io/DataOutputStream;)V
      client a Lki;a(Ljava/io/DataOutputStream;)V
      named write Lnet/minecraft/packet/AbstractPacket;write(Ljava/io/DataOutputStream;)V
    • apply

      public void apply(PacketHandler handler)
      Specified by:
      apply in class AbstractPacket
      Mappings:
      Namespace Name Mixin selector
      intermediary method_808 Lnet/minecraft/class_169;method_808(Lnet/minecraft/class_240;)V
      glue method_4 Lclass_257;method_4(Lclass_472;)V
      server a Lgt;a(Lme;)V
      client a Lki;a(Lti;)V
      named apply Lnet/minecraft/packet/AbstractPacket;apply(Lnet/minecraft/network/PacketHandler;)V
    • length

      public int length()
      Specified by:
      length in class AbstractPacket
      Mappings:
      Namespace Name Mixin selector
      intermediary method_798 Lnet/minecraft/class_169;method_798()I
      glue method_1 Lclass_257;method_1()I
      server a Lgt;a()I
      client a Lki;a()I
      named length Lnet/minecraft/packet/AbstractPacket;length()I