Class EntityMetadata0x28S2CPacket

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

public class EntityMetadata0x28S2CPacket extends AbstractPacket
Mappings:
Namespace Name
intermediary net/minecraft/class_438
glue class_511
server nc
client ux
named net/minecraft/packet/play/EntityMetadata0x28S2CPacket
  • Field Details

    • entityId

      public int entityId
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1975 Lnet/minecraft/class_438;field_1975:I
      glue field_2115 Lclass_511;field_2115:I
      server a Lnc;a:I
      client a Lux;a:I
      named entityId Lnet/minecraft/packet/play/EntityMetadata0x28S2CPacket;entityId:I
    • metadata

      private List metadata
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1976 Lnet/minecraft/class_438;field_1976:Ljava/util/List;
      glue field_2116 Lclass_511;field_2116:Ljava/util/List;
      server b Lnc;b:Ljava/util/List;
      client b Lux;b:Ljava/util/List;
      named metadata Lnet/minecraft/packet/play/EntityMetadata0x28S2CPacket;metadata:Ljava/util/List;
  • Constructor Details

    • EntityMetadata0x28S2CPacket

      public EntityMetadata0x28S2CPacket()
    • EntityMetadata0x28S2CPacket

      @Environment(SERVER) public EntityMetadata0x28S2CPacket(int entityId, DataTracker tracker)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_438;<init>(ILnet/minecraft/class_216;)V
      glue <init> Lclass_511;<init>(ILclass_489;)V
      server <init> Lnc;<init>(ILmo;)V
      client <init> Lux;<init>(ILud;)V
      named <init> Lnet/minecraft/packet/play/EntityMetadata0x28S2CPacket;<init>(ILnet/minecraft/entity/data/DataTracker;)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
    • getMetadata

      @Environment(CLIENT) public List getMetadata()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1649 Lnet/minecraft/class_438;method_1649()Ljava/util/List;
      glue method_2219 Lclass_511;method_2219()Ljava/util/List;
      server method_1649 Lnc;method_1649()Ljava/util/List;
      client b Lux;b()Ljava/util/List;
      named getMetadata Lnet/minecraft/packet/play/EntityMetadata0x28S2CPacket;getMetadata()Ljava/util/List;