Class EntityAnimationPacket

java.lang.Object
net.minecraft.network.packet.Packet
net.minecraft.network.packet.play.EntityAnimationPacket

public class EntityAnimationPacket extends Packet
Mappings:
Namespace Name
intermediary net/minecraft/class_305
glue class_326
server im
client nm
named net/minecraft/network/packet/play/EntityAnimationPacket
  • Field Details

    • id

      public int id
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1189 Lnet/minecraft/class_305;field_1189:I
      glue field_1379 Lclass_326;field_1379:I
      server a Lim;a:I
      client a Lnm;a:I
      named id Lnet/minecraft/network/packet/play/EntityAnimationPacket;id:I
    • animationId

      public int animationId
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1190 Lnet/minecraft/class_305;field_1190:I
      glue field_1380 Lclass_326;field_1380:I
      server b Lim;b:I
      client b Lnm;b:I
      named animationId Lnet/minecraft/network/packet/play/EntityAnimationPacket;animationId:I
  • Constructor Details

    • EntityAnimationPacket

      public EntityAnimationPacket()
    • EntityAnimationPacket

      public EntityAnimationPacket(Entity entity, int animationId)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_305;<init>(Lnet/minecraft/class_57;I)V
      glue <init> Lclass_326;<init>(Lclass_450;I)V
      server <init> Lim;<init>(Llq;I)V
      client <init> Lnm;<init>(Lsn;I)V
      named <init> Lnet/minecraft/network/packet/play/EntityAnimationPacket;<init>(Lnet/minecraft/entity/Entity;I)V
  • Method Details

    • read

      public void read(DataInputStream stream)
      Specified by:
      read in class Packet
      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/network/packet/Packet;read(Ljava/io/DataInputStream;)V
    • write

      public void write(DataOutputStream stream)
      Specified by:
      write in class Packet
      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/network/packet/Packet;write(Ljava/io/DataOutputStream;)V
    • apply

      public void apply(NetworkHandler networkHandler)
      Specified by:
      apply in class Packet
      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/network/packet/Packet;apply(Lnet/minecraft/network/NetworkHandler;)V
    • size

      public int size()
      Specified by:
      size in class Packet
      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 size Lnet/minecraft/network/packet/Packet;size()I