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/RecipeCategoryOptionsC2SPacketintermediary net/minecraft/class_5427official ahq
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final RecipeBookTypestatic final PacketCodec<PacketByteBuf, RecipeCategoryOptionsC2SPacket> private final booleanprivate final boolean - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateRecipeCategoryOptionsC2SPacket(RecipeBookType category, boolean guiOpen, boolean filteringCraftable)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ServerPlayPacketListener serverPlayPacketListener) booleanbooleanprivate voidwrite(PacketByteBuf buf) 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, transitionsNetworkState 
- 
Field Details
- 
CODEC
- Mappings:
 Namespace Name Mixin selector named CODECLnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;intermediary field_48210Lnet/minecraft/class_5427;field_48210:Lnet/minecraft/class_9139;official aLahq;a:Lyn;
 - 
category
- Mappings:
 Namespace Name Mixin selector named categoryLnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;category:Lnet/minecraft/recipe/book/RecipeBookType;intermediary field_25798Lnet/minecraft/class_5427;field_25798:Lnet/minecraft/class_5421;official bLahq;b:Lctt;
 - 
guiOpen
private final boolean guiOpen- Mappings:
 Namespace Name Mixin selector named guiOpenLnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;guiOpen:Zintermediary field_25799Lnet/minecraft/class_5427;field_25799:Zofficial cLahq;c:Z
 - 
filteringCraftable
private final boolean filteringCraftable- Mappings:
 Namespace Name Mixin selector named filteringCraftableLnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;filteringCraftable:Zintermediary field_25800Lnet/minecraft/class_5427;field_25800:Zofficial dLahq;d:Z
 
 - 
 - 
Constructor Details
- 
RecipeCategoryOptionsC2SPacket
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)Vintermediary <init>Lnet/minecraft/class_5427;<init>(Lnet/minecraft/class_5421;ZZ)Vofficial <init>Lahq;<init>(Lctt;ZZ)V
 - 
RecipeCategoryOptionsC2SPacket
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)Vintermediary <init>Lnet/minecraft/class_5427;<init>(Lnet/minecraft/class_2540;)Vofficial <init>Lahq;<init>(Lvl;)V
 
 - 
 - 
Method Details
- 
write
- Mappings:
 Namespace Name Mixin selector named writeLnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;write(Lnet/minecraft/network/PacketByteBuf;)Vintermediary method_55991Lnet/minecraft/class_5427;method_55991(Lnet/minecraft/class_2540;)Vofficial aLahq;a(Lvl;)V
 - 
getPacketType
- Specified by:
 getPacketTypein interfacePacket<ServerPlayPacketListener>- Mappings:
 Namespace Name Mixin selector named getPacketTypeLnet/minecraft/network/packet/Packet;getPacketType()Lnet/minecraft/network/packet/PacketType;intermediary method_65080Lnet/minecraft/class_2596;method_65080()Lnet/minecraft/class_9145;official aLyw;a()Lyy;
 - 
apply
- Specified by:
 applyin interfacePacket<ServerPlayPacketListener>- Mappings:
 Namespace Name Mixin selector named applyLnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)Vintermediary method_30304Lnet/minecraft/class_5427;method_30304(Lnet/minecraft/class_2792;)Vofficial aLahq;a(Lagg;)V
 - 
getCategory
- Mappings:
 Namespace Name Mixin selector named getCategoryLnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;getCategory()Lnet/minecraft/recipe/book/RecipeBookType;intermediary method_30305Lnet/minecraft/class_5427;method_30305()Lnet/minecraft/class_5421;official bLahq;b()Lctt;
 - 
isGuiOpen
public boolean isGuiOpen()- Mappings:
 Namespace Name Mixin selector named isGuiOpenLnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;isGuiOpen()Zintermediary method_30306Lnet/minecraft/class_5427;method_30306()Zofficial eLahq;e()Z
 - 
isFilteringCraftable
public boolean isFilteringCraftable()- Mappings:
 Namespace Name Mixin selector named isFilteringCraftableLnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;isFilteringCraftable()Zintermediary method_30307Lnet/minecraft/class_5427;method_30307()Zofficial fLahq;f()Z
 
 -