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 named net/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket
intermediary net/minecraft/class_2695
official aeh
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, CraftFailedResponseS2CPacket> private final Identifier
private final int
-
Constructor Summary
ModifierConstructorDescriptionCraftFailedResponseS2CPacket
(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 named CODEC
Lnet/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_47947
Lnet/minecraft/class_2695;field_47947:Lnet/minecraft/class_9139;
official a
Laeh;a:Lzn;
-
syncId
private final int syncId- Mappings:
Namespace Name Mixin selector named syncId
Lnet/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket;syncId:I
intermediary field_12333
Lnet/minecraft/class_2695;field_12333:I
official b
Laeh;b:I
-
recipeId
- Mappings:
Namespace Name Mixin selector named recipeId
Lnet/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket;recipeId:Lnet/minecraft/util/Identifier;
intermediary field_12332
Lnet/minecraft/class_2695;field_12332:Lnet/minecraft/class_2960;
official c
Laeh;c:Lalf;
-
-
Constructor Details
-
CraftFailedResponseS2CPacket
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket;<init>(ILnet/minecraft/recipe/RecipeEntry;)V
intermediary <init>
Lnet/minecraft/class_2695;<init>(ILnet/minecraft/class_8786;)V
official <init>
Laeh;<init>(ILcyz;)V
-
CraftFailedResponseS2CPacket
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
intermediary <init>
Lnet/minecraft/class_2695;<init>(Lnet/minecraft/class_2540;)V
official <init>
Laeh;<init>(Lwm;)V
-
-
Method Details
-
write
- Mappings:
Namespace Name Mixin selector named write
Lnet/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket;write(Lnet/minecraft/network/PacketByteBuf;)V
intermediary method_55896
Lnet/minecraft/class_2695;method_55896(Lnet/minecraft/class_2540;)V
official a
Laeh;a(Lwm;)V
-
getPacketId
- Specified by:
getPacketId
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector named getPacketId
Lnet/minecraft/network/packet/Packet;getPacketId()Lnet/minecraft/network/packet/PacketType;
intermediary method_55846
Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;
official a
Lzw;a()Lzy;
-
apply
- Specified by:
apply
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector named apply
Lnet/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
intermediary method_11686
Lnet/minecraft/class_2695;method_11686(Lnet/minecraft/class_2602;)V
official a
Laeh;a(Laci;)V
-
getRecipeId
- Mappings:
Namespace Name Mixin selector named getRecipeId
Lnet/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket;getRecipeId()Lnet/minecraft/util/Identifier;
intermediary method_11684
Lnet/minecraft/class_2695;method_11684()Lnet/minecraft/class_2960;
official b
Laeh;b()Lalf;
-
getSyncId
public int getSyncId()- Mappings:
Namespace Name Mixin selector named getSyncId
Lnet/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket;getSyncId()I
intermediary method_11685
Lnet/minecraft/class_2695;method_11685()I
official e
Laeh;e()I
-