Class RecipeCategoryOptionsC2SPacket

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

public class RecipeCategoryOptionsC2SPacket extends Object implements Packet<ServerPlayPacketListener>
Mappings:
Namespace Name
named net/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket
intermediary net/minecraft/class_5427
official ahq
  • Field Details Link icon

    • CODEC Link icon

      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_48210 Lnet/minecraft/class_5427;field_48210:Lnet/minecraft/class_9139;
      official a Lahq;a:Lyn;
    • category Link icon

      private final RecipeBookType category
      Mappings:
      Namespace Name Mixin selector
      named category Lnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;category:Lnet/minecraft/recipe/book/RecipeBookType;
      intermediary field_25798 Lnet/minecraft/class_5427;field_25798:Lnet/minecraft/class_5421;
      official b Lahq;b:Lctt;
    • guiOpen Link icon

      private final boolean guiOpen
      Mappings:
      Namespace Name Mixin selector
      named guiOpen Lnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;guiOpen:Z
      intermediary field_25799 Lnet/minecraft/class_5427;field_25799:Z
      official c Lahq;c:Z
    • filteringCraftable Link icon

      private final boolean filteringCraftable
      Mappings:
      Namespace Name Mixin selector
      named filteringCraftable Lnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;filteringCraftable:Z
      intermediary field_25800 Lnet/minecraft/class_5427;field_25800:Z
      official d Lahq;d:Z
  • Constructor Details Link icon

    • RecipeCategoryOptionsC2SPacket Link icon

      public RecipeCategoryOptionsC2SPacket(RecipeBookType category, boolean guiOpen, boolean filteringCraftable)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;<init>(Lnet/minecraft/recipe/book/RecipeBookType;ZZ)V
      intermediary <init> Lnet/minecraft/class_5427;<init>(Lnet/minecraft/class_5421;ZZ)V
      official <init> Lahq;<init>(Lctt;ZZ)V
    • RecipeCategoryOptionsC2SPacket Link icon

      private RecipeCategoryOptionsC2SPacket(PacketByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
      intermediary <init> Lnet/minecraft/class_5427;<init>(Lnet/minecraft/class_2540;)V
      official <init> Lahq;<init>(Lvl;)V
  • Method Details Link icon

    • write Link icon

      private void write(PacketByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      named write Lnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;write(Lnet/minecraft/network/PacketByteBuf;)V
      intermediary method_55991 Lnet/minecraft/class_5427;method_55991(Lnet/minecraft/class_2540;)V
      official a Lahq;a(Lvl;)V
    • getPacketType Link icon

      public PacketType<RecipeCategoryOptionsC2SPacket> getPacketType()
      Specified by:
      getPacketType in interface Packet<ServerPlayPacketListener>
      Mappings:
      Namespace Name Mixin selector
      named getPacketType Lnet/minecraft/network/packet/Packet;getPacketType()Lnet/minecraft/network/packet/PacketType;
      intermediary method_65080 Lnet/minecraft/class_2596;method_65080()Lnet/minecraft/class_9145;
      official a Lyw;a()Lyy;
    • apply Link icon

      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/RecipeCategoryOptionsC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
      intermediary method_30304 Lnet/minecraft/class_5427;method_30304(Lnet/minecraft/class_2792;)V
      official a Lahq;a(Lagg;)V
    • getCategory Link icon

      public RecipeBookType getCategory()
      Mappings:
      Namespace Name Mixin selector
      named getCategory Lnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;getCategory()Lnet/minecraft/recipe/book/RecipeBookType;
      intermediary method_30305 Lnet/minecraft/class_5427;method_30305()Lnet/minecraft/class_5421;
      official b Lahq;b()Lctt;
    • isGuiOpen Link icon

      public boolean isGuiOpen()
      Mappings:
      Namespace Name Mixin selector
      named isGuiOpen Lnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;isGuiOpen()Z
      intermediary method_30306 Lnet/minecraft/class_5427;method_30306()Z
      official e Lahq;e()Z
    • isFilteringCraftable Link icon

      public boolean isFilteringCraftable()
      Mappings:
      Namespace Name Mixin selector
      named isFilteringCraftable Lnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;isFilteringCraftable()Z
      intermediary method_30307 Lnet/minecraft/class_5427;method_30307()Z
      official f Lahq;f()Z