Class CraftFailedResponseS2CPacket

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

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

    • syncId

      private int syncId
      Mappings:
      Namespace Name Mixin selector
      official a Lqx;a:I
      intermediary field_12333 Lnet/minecraft/class_2695;field_12333:I
      named syncId Lnet/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket;syncId:I
    • recipeId

      private Identifier recipeId
      Mappings:
      Namespace Name Mixin selector
      official b Lqx;b:Lwb;
      intermediary field_12332 Lnet/minecraft/class_2695;field_12332:Lnet/minecraft/class_2960;
      named recipeId Lnet/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket;recipeId:Lnet/minecraft/util/Identifier;
  • Constructor Details

    • CraftFailedResponseS2CPacket

      public CraftFailedResponseS2CPacket()
    • CraftFailedResponseS2CPacket

      public CraftFailedResponseS2CPacket​(int syncId, Recipe<?> recipe)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lqx;<init>(ILbqn;)V
      intermediary <init> Lnet/minecraft/class_2695;<init>(ILnet/minecraft/class_1860;)V
      named <init> Lnet/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket;<init>(ILnet/minecraft/recipe/Recipe;)V
  • Method Details

    • getRecipeId

      @Environment(CLIENT) public Identifier getRecipeId()
      Mappings:
      Namespace Name Mixin selector
      official b Lqx;b()Lwb;
      intermediary method_11684 Lnet/minecraft/class_2695;method_11684()Lnet/minecraft/class_2960;
      named getRecipeId Lnet/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket;getRecipeId()Lnet/minecraft/util/Identifier;
    • getSyncId

      @Environment(CLIENT) public int getSyncId()
      Mappings:
      Namespace Name Mixin selector
      official c Lqx;c()I
      intermediary method_11685 Lnet/minecraft/class_2695;method_11685()I
      named getSyncId Lnet/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket;getSyncId()I
    • read

      public void read​(PacketByteBuf buf) throws IOException
      Specified by:
      read in interface Packet<ClientPlayPacketListener>
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lpa;a(Lnw;)V
      intermediary method_11053 Lnet/minecraft/class_2596;method_11053(Lnet/minecraft/class_2540;)V
      named read Lnet/minecraft/network/Packet;read(Lnet/minecraft/network/PacketByteBuf;)V
    • write

      public void write​(PacketByteBuf buf) throws IOException
      Specified by:
      write in interface Packet<ClientPlayPacketListener>
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official b Lpa;b(Lnw;)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 Lqx;a(Lpd;)V
      intermediary method_11686 Lnet/minecraft/class_2695;method_11686(Lnet/minecraft/class_2602;)V
      named apply Lnet/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V