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 adl
intermediary net/minecraft/class_2695
named net/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, CraftFailedResponseS2CPacket> private final Identifier
private final int
-
Constructor Summary
ConstructorsModifierConstructorDescriptionCraftFailedResponseS2CPacket
(int syncId, RecipeEntry<?> recipe) private
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ClientPlayPacketListener clientPlayPacketListener) int
private 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, transitionsNetworkState
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official a
Ladl;a:Lys;
intermediary field_47947
Lnet/minecraft/class_2695;field_47947:Lnet/minecraft/class_9139;
named CODEC
Lnet/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
-
syncId
private final int syncId- Mappings:
Namespace Name Mixin selector official b
Ladl;b: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 c
Ladl;c:Lakh;
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>
Ladl;<init>(ILcxf;)V
intermediary <init>
Lnet/minecraft/class_2695;<init>(ILnet/minecraft/class_8786;)V
named <init>
Lnet/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket;<init>(ILnet/minecraft/recipe/RecipeEntry;)V
-
CraftFailedResponseS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>
Ladl;<init>(Lvu;)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
- Mappings:
Namespace Name Mixin selector official a
Ladl;a(Lvu;)V
intermediary method_55896
Lnet/minecraft/class_2695;method_55896(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket;write(Lnet/minecraft/network/PacketByteBuf;)V
-
getPacketId
- Specified by:
getPacketId
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lzb;a()Lzd;
intermediary method_55846
Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;
named getPacketId
Lnet/minecraft/network/packet/Packet;getPacketId()Lnet/minecraft/network/packet/PacketType;
-
apply
- Specified by:
apply
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Ladl;a(Labm;)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 b
Ladl;b()Lakh;
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 e
Ladl;e()I
intermediary method_11685
Lnet/minecraft/class_2695;method_11685()I
named getSyncId
Lnet/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket;getSyncId()I
-