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 aik
-
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 aLaik;a:Lze;
-
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 bLaik;b:Lcxr;
-
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 cLaik;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 dLaik;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>Laik;<init>(Lcxr;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>Laik;<init>(Lvy;)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 aLaik;a(Lvy;)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 aLzo;a()Lzq;
-
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 aLaik;a(Laha;)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 bLaik;b()Lcxr;
-
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 eLaik;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 fLaik;f()Z
-