Class RecipeBookDataC2SPacket

java.lang.Object
net.minecraft.network.packet.c2s.play.RecipeBookDataC2SPacket
All Implemented Interfaces:
Packet<ServerPlayPacketListener>

public class RecipeBookDataC2SPacket extends Object implements Packet<ServerPlayPacketListener>
Mappings:
Namespace Name
named net/minecraft/network/packet/c2s/play/RecipeBookDataC2SPacket
intermediary net/minecraft/class_2853
official aie
  • Field Details

    • CODEC

      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/network/packet/c2s/play/RecipeBookDataC2SPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_48211 Lnet/minecraft/class_2853;field_48211:Lnet/minecraft/class_9139;
      official a Laie;a:Lzn;
    • recipeId

      private final Identifier recipeId
      Mappings:
      Namespace Name Mixin selector
      named recipeId Lnet/minecraft/network/packet/c2s/play/RecipeBookDataC2SPacket;recipeId:Lnet/minecraft/util/Identifier;
      intermediary field_13004 Lnet/minecraft/class_2853;field_13004:Lnet/minecraft/class_2960;
      official b Laie;b:Lalf;
  • Constructor Details

    • RecipeBookDataC2SPacket

      public RecipeBookDataC2SPacket(RecipeEntry<?> recipe)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/network/packet/c2s/play/RecipeBookDataC2SPacket;<init>(Lnet/minecraft/recipe/RecipeEntry;)V
      intermediary <init> Lnet/minecraft/class_2853;<init>(Lnet/minecraft/class_8786;)V
      official <init> Laie;<init>(Lcyz;)V
    • RecipeBookDataC2SPacket

      private RecipeBookDataC2SPacket(PacketByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/network/packet/c2s/play/RecipeBookDataC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
      intermediary <init> Lnet/minecraft/class_2853;<init>(Lnet/minecraft/class_2540;)V
      official <init> Laie;<init>(Lwm;)V
  • Method Details

    • write

      private void write(PacketByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      named write Lnet/minecraft/network/packet/c2s/play/RecipeBookDataC2SPacket;write(Lnet/minecraft/network/PacketByteBuf;)V
      intermediary method_55992 Lnet/minecraft/class_2853;method_55992(Lnet/minecraft/class_2540;)V
      official a Laie;a(Lwm;)V
    • getPacketId

      public PacketType<RecipeBookDataC2SPacket> getPacketId()
      Specified by:
      getPacketId in interface Packet<ServerPlayPacketListener>
      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

      public void apply(ServerPlayPacketListener serverPlayPacketListener)
      Specified by:
      apply in interface Packet<ServerPlayPacketListener>
      Mappings:
      Namespace Name Mixin selector
      named apply Lnet/minecraft/network/packet/c2s/play/RecipeBookDataC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
      intermediary method_12400 Lnet/minecraft/class_2853;method_12400(Lnet/minecraft/class_2792;)V
      official a Laie;a(Lagw;)V
    • getRecipeId

      public Identifier getRecipeId()
      Mappings:
      Namespace Name Mixin selector
      named getRecipeId Lnet/minecraft/network/packet/c2s/play/RecipeBookDataC2SPacket;getRecipeId()Lnet/minecraft/util/Identifier;
      intermediary method_12406 Lnet/minecraft/class_2853;method_12406()Lnet/minecraft/class_2960;
      official b Laie;b()Lalf;