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 xe
intermediary net/minecraft/class_2695
named net/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ClientPlayPacketListener clientPlayPacketListener) int
void
write
(PacketByteBuf buf) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.packet.Packet
isWritingErrorSkippable
-
Field Details
-
syncId
private final int syncId- Mappings:
Namespace Name Mixin selector official a
Lxe;a:I
intermediary field_12333
Lnet/minecraft/class_2695;field_12333:I
named syncId
Lnet/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket;syncId:I
-
recipeId
- Mappings:
Namespace Name Mixin selector official b
Lxe;b:Ladd;
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
- Mappings:
Namespace Name Mixin selector official <init>
Lxe;<init>(ILciy;)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
-
CraftFailedResponseS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lxe;<init>(Lss;)V
intermediary <init>
Lnet/minecraft/class_2695;<init>(Lnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lvb;a(Lss;)V
intermediary method_11052
Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
apply
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lxe;a(Lve;)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
-
getRecipeId
- Mappings:
Namespace Name Mixin selector official a
Lxe;a()Ladd;
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
public int getSyncId()- Mappings:
Namespace Name Mixin selector official c
Lxe;c()I
intermediary method_11685
Lnet/minecraft/class_2695;method_11685()I
named getSyncId
Lnet/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket;getSyncId()I
-