Class BlockBreakingProgressS2CPacket

java.lang.Object
net.minecraft.network.packet.s2c.play.BlockBreakingProgressS2CPacket
All Implemented Interfaces:
Packet<ClientPlayPacketListener>

public class BlockBreakingProgressS2CPacket extends Object implements Packet<ClientPlayPacketListener>
Mappings:
Namespace Name
official ur
intermediary net/minecraft/class_2620
named net/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket
  • Field Details

    • entityId

      private final int entityId
      Mappings:
      Namespace Name Mixin selector
      official a Lur;a:I
      intermediary field_12033 Lnet/minecraft/class_2620;field_12033:I
      named entityId Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;entityId:I
    • pos

      private final BlockPos pos
      Mappings:
      Namespace Name Mixin selector
      official b Lur;b:Lgp;
      intermediary field_12034 Lnet/minecraft/class_2620;field_12034:Lnet/minecraft/class_2338;
      named pos Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;pos:Lnet/minecraft/util/math/BlockPos;
    • progress

      private final int progress
      Mappings:
      Namespace Name Mixin selector
      official c Lur;c:I
      intermediary field_12032 Lnet/minecraft/class_2620;field_12032:I
      named progress Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;progress:I
  • Constructor Details

    • BlockBreakingProgressS2CPacket

      public BlockBreakingProgressS2CPacket(int entityId, BlockPos pos, int progress)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lur;<init>(ILgp;I)V
      intermediary <init> Lnet/minecraft/class_2620;<init>(ILnet/minecraft/class_2338;I)V
      named <init> Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;<init>(ILnet/minecraft/util/math/BlockPos;I)V
    • BlockBreakingProgressS2CPacket

      public BlockBreakingProgressS2CPacket(PacketByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lur;<init>(Lsd;)V
      intermediary <init> Lnet/minecraft/class_2620;<init>(Lnet/minecraft/class_2540;)V
      named <init> Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
  • Method Details

    • write

      public void write(PacketByteBuf buf)
      Specified by:
      write in interface Packet<ClientPlayPacketListener>
      Mappings:
      Namespace Name Mixin selector
      official a Luh;a(Lsd;)V
      intermediary method_11052 Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
      named write Lnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
    • apply

      public void apply(ClientPlayPacketListener clientPlayPacketListener)
      Specified by:
      apply in interface Packet<ClientPlayPacketListener>
      Mappings:
      Namespace Name Mixin selector
      official a Lur;a(Luk;)V
      intermediary method_11279 Lnet/minecraft/class_2620;method_11279(Lnet/minecraft/class_2602;)V
      named apply Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
    • getEntityId

      public int getEntityId()
      Mappings:
      Namespace Name Mixin selector
      official b Lur;b()I
      intermediary method_11280 Lnet/minecraft/class_2620;method_11280()I
      named getEntityId Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;getEntityId()I
    • getPos

      public BlockPos getPos()
      Mappings:
      Namespace Name Mixin selector
      official c Lur;c()Lgp;
      intermediary method_11277 Lnet/minecraft/class_2620;method_11277()Lnet/minecraft/class_2338;
      named getPos Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;getPos()Lnet/minecraft/util/math/BlockPos;
    • getProgress

      public int getProgress()
      Mappings:
      Namespace Name Mixin selector
      official d Lur;d()I
      intermediary method_11278 Lnet/minecraft/class_2620;method_11278()I
      named getProgress Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;getProgress()I