Class SynchronizeRecipesS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.SynchronizeRecipesS2CPacket
- All Implemented Interfaces:
 Packet<ClientPlayPacketListener>
- Mappings:
 Namespace Name official yxintermediary net/minecraft/class_2788named net/minecraft/network/packet/s2c/play/SynchronizeRecipesS2CPacket
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ClientPlayPacketListener clientPlayPacketListener) static Recipe<?>readRecipe(PacketByteBuf buf) voidwrite(PacketByteBuf buf) static <T extends Recipe<?>>
voidwriteRecipe(PacketByteBuf buf, T recipe) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.packet.Packet
isWritingErrorSkippable 
- 
Field Details
- 
recipes
- Mappings:
 Namespace Name Mixin selector official aLyx;a:Ljava/util/List;intermediary field_12751Lnet/minecraft/class_2788;field_12751:Ljava/util/List;named recipesLnet/minecraft/network/packet/s2c/play/SynchronizeRecipesS2CPacket;recipes:Ljava/util/List;
 
 - 
 - 
Constructor Details
- 
SynchronizeRecipesS2CPacket
- Mappings:
 Namespace Name Mixin selector official <init>Lyx;<init>(Ljava/util/Collection;)Vintermediary <init>Lnet/minecraft/class_2788;<init>(Ljava/util/Collection;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/SynchronizeRecipesS2CPacket;<init>(Ljava/util/Collection;)V
 - 
SynchronizeRecipesS2CPacket
- Mappings:
 Namespace Name Mixin selector official <init>Lyx;<init>(Lsf;)Vintermediary <init>Lnet/minecraft/class_2788;<init>(Lnet/minecraft/class_2540;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/SynchronizeRecipesS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
 
 - 
 - 
Method Details
- 
write
- Specified by:
 writein interfacePacket<ClientPlayPacketListener>- Mappings:
 Namespace Name Mixin selector official aLuo;a(Lsf;)Vintermediary method_11052Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
 - 
apply
- Specified by:
 applyin interfacePacket<ClientPlayPacketListener>- Mappings:
 Namespace Name Mixin selector official aLyx;a(Lur;)Vintermediary method_11997Lnet/minecraft/class_2788;method_11997(Lnet/minecraft/class_2602;)Vnamed applyLnet/minecraft/network/packet/s2c/play/SynchronizeRecipesS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
 - 
getRecipes
- Mappings:
 Namespace Name Mixin selector official aLyx;a()Ljava/util/List;intermediary method_11998Lnet/minecraft/class_2788;method_11998()Ljava/util/List;named getRecipesLnet/minecraft/network/packet/s2c/play/SynchronizeRecipesS2CPacket;getRecipes()Ljava/util/List;
 - 
readRecipe
- Mappings:
 Namespace Name Mixin selector official bLyx;b(Lsf;)Lcjc;intermediary method_17817Lnet/minecraft/class_2788;method_17817(Lnet/minecraft/class_2540;)Lnet/minecraft/class_1860;named readRecipeLnet/minecraft/network/packet/s2c/play/SynchronizeRecipesS2CPacket;readRecipe(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/recipe/Recipe;
 - 
writeRecipe
- Mappings:
 Namespace Name Mixin selector official aLyx;a(Lsf;Lcjc;)Vintermediary method_17816Lnet/minecraft/class_2788;method_17816(Lnet/minecraft/class_2540;Lnet/minecraft/class_1860;)Vnamed writeRecipeLnet/minecraft/network/packet/s2c/play/SynchronizeRecipesS2CPacket;writeRecipe(Lnet/minecraft/network/PacketByteBuf;Lnet/minecraft/recipe/Recipe;)V
 
 -