Class UnlockRecipesS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.UnlockRecipesS2CPacket
- All Implemented Interfaces:
- Packet<ClientPlayPacketListener>
- Mappings:
- Namespace - Name - official - xb- intermediary - net/minecraft/class_2713- named - net/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final UnlockRecipesS2CPacket.Actionprivate final RecipeBookOptionsprivate final List<Identifier>private final List<Identifier>
- 
Constructor SummaryConstructorsConstructorDescriptionUnlockRecipesS2CPacket(UnlockRecipesS2CPacket.Action action, Collection<Identifier> recipeIdsToChange, Collection<Identifier> recipeIdsToInit, RecipeBookOptions options) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidapply(ClientPlayPacketListener clientPlayPacketListener) 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
- 
Field Details- 
action- Mappings:
- Namespace - Name - Mixin selector - official - a- Lxb;a:Lxb$a;- intermediary - field_12408- Lnet/minecraft/class_2713;field_12408:Lnet/minecraft/class_2713$class_2714;- named - action- Lnet/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket;action:Lnet/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket$Action;
 
- 
recipeIdsToChange- Mappings:
- Namespace - Name - Mixin selector - official - b- Lxb;b:Ljava/util/List;- intermediary - field_12414- Lnet/minecraft/class_2713;field_12414:Ljava/util/List;- named - recipeIdsToChange- Lnet/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket;recipeIdsToChange:Ljava/util/List;
 
- 
recipeIdsToInit- Mappings:
- Namespace - Name - Mixin selector - official - c- Lxb;c:Ljava/util/List;- intermediary - field_12409- Lnet/minecraft/class_2713;field_12409:Ljava/util/List;- named - recipeIdsToInit- Lnet/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket;recipeIdsToInit:Ljava/util/List;
 
- 
options- Mappings:
- Namespace - Name - Mixin selector - official - d- Lxb;d:Laml;- intermediary - field_25797- Lnet/minecraft/class_2713;field_25797:Lnet/minecraft/class_5411;- named - options- Lnet/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket;options:Lnet/minecraft/recipe/book/RecipeBookOptions;
 
 
- 
- 
Constructor Details- 
UnlockRecipesS2CPacketpublic UnlockRecipesS2CPacket(UnlockRecipesS2CPacket.Action action, Collection<Identifier> recipeIdsToChange, Collection<Identifier> recipeIdsToInit, RecipeBookOptions options) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lxb;<init>(Lxb$a;Ljava/util/Collection;Ljava/util/Collection;Laml;)V- intermediary - <init>- Lnet/minecraft/class_2713;<init>(Lnet/minecraft/class_2713$class_2714;Ljava/util/Collection;Ljava/util/Collection;Lnet/minecraft/class_5411;)V- named - <init>- Lnet/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket;<init>(Lnet/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket$Action;Ljava/util/Collection;Ljava/util/Collection;Lnet/minecraft/recipe/book/RecipeBookOptions;)V
 
- 
UnlockRecipesS2CPacket- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lxb;<init>(Lsf;)V- intermediary - <init>- Lnet/minecraft/class_2713;<init>(Lnet/minecraft/class_2540;)V- named - <init>- Lnet/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
 
 
- 
- 
Method Details- 
write- Specified by:
- writein interface- Packet<ClientPlayPacketListener>
- 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<ClientPlayPacketListener>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lxb;a(Lur;)V- intermediary - method_11753- Lnet/minecraft/class_2713;method_11753(Lnet/minecraft/class_2602;)V- named - apply- Lnet/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
 
- 
getRecipeIdsToChange- Mappings:
- Namespace - Name - Mixin selector - official - a- Lxb;a()Ljava/util/List;- intermediary - method_11750- Lnet/minecraft/class_2713;method_11750()Ljava/util/List;- named - getRecipeIdsToChange- Lnet/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket;getRecipeIdsToChange()Ljava/util/List;
 
- 
getRecipeIdsToInit- Mappings:
- Namespace - Name - Mixin selector - official - c- Lxb;c()Ljava/util/List;- intermediary - method_11757- Lnet/minecraft/class_2713;method_11757()Ljava/util/List;- named - getRecipeIdsToInit- Lnet/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket;getRecipeIdsToInit()Ljava/util/List;
 
- 
getOptions- Mappings:
- Namespace - Name - Mixin selector - official - d- Lxb;d()Laml;- intermediary - method_11756- Lnet/minecraft/class_2713;method_11756()Lnet/minecraft/class_5411;- named - getOptions- Lnet/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket;getOptions()Lnet/minecraft/recipe/book/RecipeBookOptions;
 
- 
getAction- Mappings:
- Namespace - Name - Mixin selector - official - e- Lxb;e()Lxb$a;- intermediary - method_11751- Lnet/minecraft/class_2713;method_11751()Lnet/minecraft/class_2713$class_2714;- named - getAction- Lnet/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket;getAction()Lnet/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket$Action;
 
 
-