Class RecipeBookDataC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.RecipeBookDataC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name official ahg
intermediary net/minecraft/class_2853
named net/minecraft/network/packet/c2s/play/RecipeBookDataC2SPacket
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, RecipeBookDataC2SPacket> private final Identifier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ServerPlayPacketListener serverPlayPacketListener) 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
Lahg;a:Lys;
intermediary field_48211
Lnet/minecraft/class_2853;field_48211:Lnet/minecraft/class_9139;
named CODEC
Lnet/minecraft/network/packet/c2s/play/RecipeBookDataC2SPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
-
recipeId
- Mappings:
Namespace Name Mixin selector official b
Lahg;b:Lakh;
intermediary field_13004
Lnet/minecraft/class_2853;field_13004:Lnet/minecraft/class_2960;
named recipeId
Lnet/minecraft/network/packet/c2s/play/RecipeBookDataC2SPacket;recipeId:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
RecipeBookDataC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lahg;<init>(Lcxf;)V
intermediary <init>
Lnet/minecraft/class_2853;<init>(Lnet/minecraft/class_8786;)V
named <init>
Lnet/minecraft/network/packet/c2s/play/RecipeBookDataC2SPacket;<init>(Lnet/minecraft/recipe/RecipeEntry;)V
-
RecipeBookDataC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lahg;<init>(Lvu;)V
intermediary <init>
Lnet/minecraft/class_2853;<init>(Lnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/packet/c2s/play/RecipeBookDataC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
write
- Mappings:
Namespace Name Mixin selector official a
Lahg;a(Lvu;)V
intermediary method_55992
Lnet/minecraft/class_2853;method_55992(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/packet/c2s/play/RecipeBookDataC2SPacket;write(Lnet/minecraft/network/PacketByteBuf;)V
-
getPacketId
- Specified by:
getPacketId
in interfacePacket<ServerPlayPacketListener>
- 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<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lahg;a(Lafz;)V
intermediary method_12400
Lnet/minecraft/class_2853;method_12400(Lnet/minecraft/class_2792;)V
named apply
Lnet/minecraft/network/packet/c2s/play/RecipeBookDataC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
-
getRecipeId
- Mappings:
Namespace Name Mixin selector official b
Lahg;b()Lakh;
intermediary method_12406
Lnet/minecraft/class_2853;method_12406()Lnet/minecraft/class_2960;
named getRecipeId
Lnet/minecraft/network/packet/c2s/play/RecipeBookDataC2SPacket;getRecipeId()Lnet/minecraft/util/Identifier;
-