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 SummaryFieldsModifier and TypeFieldDescriptionprivate final RecipeBookTypestatic final PacketCodec<PacketByteBuf, RecipeCategoryOptionsC2SPacket> private final booleanprivate final boolean
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateRecipeCategoryOptionsC2SPacket(RecipeBookType category, boolean guiOpen, boolean filteringCraftable) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidapply(ServerPlayPacketListener serverPlayPacketListener) booleanbooleanprivate voidwrite(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, transitionsNetworkState
- 
Field Details- 
CODEC- 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- 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;
 
- 
guiOpenprivate 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
 
- 
filteringCraftableprivate 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- 
RecipeCategoryOptionsC2SPacketpublic 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- 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- 
write- 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- Specified by:
- getPacketTypein 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- Specified by:
- applyin 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- 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;
 
- 
isGuiOpenpublic 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
 
- 
isFilteringCraftablepublic 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
 
 
-