Class RecipeBookOptions

java.lang.Object
net.minecraft.recipe.book.RecipeBookOptions

public final class RecipeBookOptions extends Object
Mappings:
Namespace Name
named net/minecraft/recipe/book/RecipeBookOptions
intermediary net/minecraft/class_5411
official axj
  • Field Details

    • PACKET_CODEC

      public static final PacketCodec<PacketByteBuf,RecipeBookOptions> PACKET_CODEC
      Mappings:
      Namespace Name Mixin selector
      named PACKET_CODEC Lnet/minecraft/recipe/book/RecipeBookOptions;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_54548 Lnet/minecraft/class_5411;field_54548:Lnet/minecraft/class_9139;
      official a Laxj;a:Lzt;
    • CATEGORY_OPTION_NAMES

      private static final Map<RecipeBookType,com.mojang.datafixers.util.Pair<String,String>> CATEGORY_OPTION_NAMES
      Mappings:
      Namespace Name Mixin selector
      named CATEGORY_OPTION_NAMES Lnet/minecraft/recipe/book/RecipeBookOptions;CATEGORY_OPTION_NAMES:Ljava/util/Map;
      intermediary field_25735 Lnet/minecraft/class_5411;field_25735:Ljava/util/Map;
      official b Laxj;b:Ljava/util/Map;
    • categoryOptions

      private final Map<RecipeBookType,RecipeBookOptions.CategoryOption> categoryOptions
      Mappings:
      Namespace Name Mixin selector
      named categoryOptions Lnet/minecraft/recipe/book/RecipeBookOptions;categoryOptions:Ljava/util/Map;
      intermediary field_25736 Lnet/minecraft/class_5411;field_25736:Ljava/util/Map;
      official c Laxj;c:Ljava/util/Map;
  • Constructor Details

    • RecipeBookOptions

      private RecipeBookOptions(Map<RecipeBookType,RecipeBookOptions.CategoryOption> categoryOptions)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/recipe/book/RecipeBookOptions;<init>(Ljava/util/Map;)V
      intermediary <init> Lnet/minecraft/class_5411;<init>(Ljava/util/Map;)V
      official <init> Laxj;<init>(Ljava/util/Map;)V
    • RecipeBookOptions

      public RecipeBookOptions()
  • Method Details

    • getOption

      private RecipeBookOptions.CategoryOption getOption(RecipeBookType category)
      Mappings:
      Namespace Name Mixin selector
      named getOption Lnet/minecraft/recipe/book/RecipeBookOptions;getOption(Lnet/minecraft/recipe/book/RecipeBookType;)Lnet/minecraft/recipe/book/RecipeBookOptions$CategoryOption;
      intermediary method_64585 Lnet/minecraft/class_5411;method_64585(Lnet/minecraft/class_5421;)Lnet/minecraft/class_5411$class_5412;
      official c Laxj;c(Lcur;)Laxj$a;
    • apply

      private void apply(RecipeBookType category, UnaryOperator<RecipeBookOptions.CategoryOption> modifier)
      Mappings:
      Namespace Name Mixin selector
      named apply Lnet/minecraft/recipe/book/RecipeBookOptions;apply(Lnet/minecraft/recipe/book/RecipeBookType;Ljava/util/function/UnaryOperator;)V
      intermediary method_64581 Lnet/minecraft/class_5411;method_64581(Lnet/minecraft/class_5421;Ljava/util/function/UnaryOperator;)V
      official a Laxj;a(Lcur;Ljava/util/function/UnaryOperator;)V
    • isGuiOpen

      public boolean isGuiOpen(RecipeBookType category)
      Mappings:
      Namespace Name Mixin selector
      named isGuiOpen Lnet/minecraft/recipe/book/RecipeBookOptions;isGuiOpen(Lnet/minecraft/recipe/book/RecipeBookType;)Z
      intermediary method_30180 Lnet/minecraft/class_5411;method_30180(Lnet/minecraft/class_5421;)Z
      official a Laxj;a(Lcur;)Z
    • setGuiOpen

      public void setGuiOpen(RecipeBookType category, boolean open)
      Mappings:
      Namespace Name Mixin selector
      named setGuiOpen Lnet/minecraft/recipe/book/RecipeBookOptions;setGuiOpen(Lnet/minecraft/recipe/book/RecipeBookType;Z)V
      intermediary method_30181 Lnet/minecraft/class_5411;method_30181(Lnet/minecraft/class_5421;Z)V
      official a Laxj;a(Lcur;Z)V
    • isFilteringCraftable

      public boolean isFilteringCraftable(RecipeBookType category)
      Mappings:
      Namespace Name Mixin selector
      named isFilteringCraftable Lnet/minecraft/recipe/book/RecipeBookOptions;isFilteringCraftable(Lnet/minecraft/recipe/book/RecipeBookType;)Z
      intermediary method_30187 Lnet/minecraft/class_5411;method_30187(Lnet/minecraft/class_5421;)Z
      official b Laxj;b(Lcur;)Z
    • setFilteringCraftable

      public void setFilteringCraftable(RecipeBookType category, boolean filtering)
      Mappings:
      Namespace Name Mixin selector
      named setFilteringCraftable Lnet/minecraft/recipe/book/RecipeBookOptions;setFilteringCraftable(Lnet/minecraft/recipe/book/RecipeBookType;Z)V
      intermediary method_30188 Lnet/minecraft/class_5411;method_30188(Lnet/minecraft/class_5421;Z)V
      official b Laxj;b(Lcur;Z)V
    • fromPacket

      private static RecipeBookOptions fromPacket(PacketByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      named fromPacket Lnet/minecraft/recipe/book/RecipeBookOptions;fromPacket(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/recipe/book/RecipeBookOptions;
      intermediary method_30186 Lnet/minecraft/class_5411;method_30186(Lnet/minecraft/class_2540;)Lnet/minecraft/class_5411;
      official a Laxj;a(Lws;)Laxj;
    • toPacket

      private void toPacket(PacketByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      named toPacket Lnet/minecraft/recipe/book/RecipeBookOptions;toPacket(Lnet/minecraft/network/PacketByteBuf;)V
      intermediary method_30190 Lnet/minecraft/class_5411;method_30190(Lnet/minecraft/class_2540;)V
      official b Laxj;b(Lws;)V
    • fromNbt

      public static RecipeBookOptions fromNbt(NbtCompound nbt)
      Mappings:
      Namespace Name Mixin selector
      named fromNbt Lnet/minecraft/recipe/book/RecipeBookOptions;fromNbt(Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/recipe/book/RecipeBookOptions;
      intermediary method_30183 Lnet/minecraft/class_5411;method_30183(Lnet/minecraft/class_2487;)Lnet/minecraft/class_5411;
      official a Laxj;a(Lux;)Laxj;
    • writeNbt

      public void writeNbt(NbtCompound nbt)
      Mappings:
      Namespace Name Mixin selector
      named writeNbt Lnet/minecraft/recipe/book/RecipeBookOptions;writeNbt(Lnet/minecraft/nbt/NbtCompound;)V
      intermediary method_30189 Lnet/minecraft/class_5411;method_30189(Lnet/minecraft/class_2487;)V
      official b Laxj;b(Lux;)V
    • copy

      public RecipeBookOptions copy()
      Mappings:
      Namespace Name Mixin selector
      named copy Lnet/minecraft/recipe/book/RecipeBookOptions;copy()Lnet/minecraft/recipe/book/RecipeBookOptions;
      intermediary method_30178 Lnet/minecraft/class_5411;method_30178()Lnet/minecraft/class_5411;
      official a Laxj;a()Laxj;
    • copyFrom

      public void copyFrom(RecipeBookOptions other)
      Mappings:
      Namespace Name Mixin selector
      named copyFrom Lnet/minecraft/recipe/book/RecipeBookOptions;copyFrom(Lnet/minecraft/recipe/book/RecipeBookOptions;)V
      intermediary method_30179 Lnet/minecraft/class_5411;method_30179(Lnet/minecraft/class_5411;)V
      official a Laxj;a(Laxj;)V
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
      Mappings:
      Namespace Name Mixin selector
      named equals Lnet/minecraft/recipe/book/RecipeBookOptions;equals(Ljava/lang/Object;)Z
      intermediary equals Lnet/minecraft/class_5411;equals(Ljava/lang/Object;)Z
      official equals Laxj;equals(Ljava/lang/Object;)Z
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object