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 - official - aah- intermediary - net/minecraft/class_5427- named - net/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final RecipeBookCategoryprivate final booleanprivate final boolean
- 
Constructor SummaryConstructorsConstructorDescriptionRecipeCategoryOptionsC2SPacket(RecipeBookCategory category, boolean guiOpen, boolean filteringCraftable) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidapply(ServerPlayPacketListener serverPlayPacketListener) booleanbooleanvoidwrite(PacketByteBuf buf) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.packet.PacketisWritingErrorSkippable
- 
Field Details- 
category- Mappings:
- Namespace - Name - Mixin selector - official - a- Laah;a:Lccq;- intermediary - field_25798- Lnet/minecraft/class_5427;field_25798:Lnet/minecraft/class_5421;- named - category- Lnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;category:Lnet/minecraft/recipe/book/RecipeBookCategory;
 
- 
guiOpenprivate final boolean guiOpen- Mappings:
- Namespace - Name - Mixin selector - official - b- Laah;b:Z- intermediary - field_25799- Lnet/minecraft/class_5427;field_25799:Z- named - guiOpen- Lnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;guiOpen:Z
 
- 
filteringCraftableprivate final boolean filteringCraftable- Mappings:
- Namespace - Name - Mixin selector - official - c- Laah;c:Z- intermediary - field_25800- Lnet/minecraft/class_5427;field_25800:Z- named - filteringCraftable- Lnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;filteringCraftable:Z
 
 
- 
- 
Constructor Details- 
RecipeCategoryOptionsC2SPacketpublic RecipeCategoryOptionsC2SPacket(RecipeBookCategory category, boolean guiOpen, boolean filteringCraftable) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Laah;<init>(Lccq;ZZ)V- intermediary - <init>- Lnet/minecraft/class_5427;<init>(Lnet/minecraft/class_5421;ZZ)V- named - <init>- Lnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;<init>(Lnet/minecraft/recipe/book/RecipeBookCategory;ZZ)V
 
- 
RecipeCategoryOptionsC2SPacket- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Laah;<init>(Lsf;)V- intermediary - <init>- Lnet/minecraft/class_5427;<init>(Lnet/minecraft/class_2540;)V- named - <init>- Lnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
 
 
- 
- 
Method Details- 
write- Specified by:
- writein interface- Packet<ServerPlayPacketListener>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Luo;a(Lsf;)V- intermediary - method_11052- Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V- named - write- Lnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
 
- 
apply- Specified by:
- applyin interface- Packet<ServerPlayPacketListener>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Laah;a(Lzb;)V- intermediary - method_30304- Lnet/minecraft/class_5427;method_30304(Lnet/minecraft/class_2792;)V- named - apply- Lnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
 
- 
getCategory- Mappings:
- Namespace - Name - Mixin selector - official - a- Laah;a()Lccq;- intermediary - method_30305- Lnet/minecraft/class_5427;method_30305()Lnet/minecraft/class_5421;- named - getCategory- Lnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;getCategory()Lnet/minecraft/recipe/book/RecipeBookCategory;
 
- 
isGuiOpenpublic boolean isGuiOpen()- Mappings:
- Namespace - Name - Mixin selector - official - c- Laah;c()Z- intermediary - method_30306- Lnet/minecraft/class_5427;method_30306()Z- named - isGuiOpen- Lnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;isGuiOpen()Z
 
- 
isFilteringCraftablepublic boolean isFilteringCraftable()- Mappings:
- Namespace - Name - Mixin selector - official - d- Laah;d()Z- intermediary - method_30307- Lnet/minecraft/class_5427;method_30307()Z- named - isFilteringCraftable- Lnet/minecraft/network/packet/c2s/play/RecipeCategoryOptionsC2SPacket;isFilteringCraftable()Z
 
 
-