Class RecipeBookOptions.CategoryOption

java.lang.Object
net.minecraft.recipe.book.RecipeBookOptions.CategoryOption
Enclosing class:
RecipeBookOptions

private static final class RecipeBookOptions.CategoryOption extends Object
Mappings:
Namespace Name
official als$a
intermediary net/minecraft/class_5411$class_5412
named net/minecraft/recipe/book/RecipeBookOptions$CategoryOption
  • Field Details

    • guiOpen

      boolean guiOpen
      Mappings:
      Namespace Name Mixin selector
      official a Lals$a;a:Z
      intermediary field_25737 Lnet/minecraft/class_5411$class_5412;field_25737:Z
      named guiOpen Lnet/minecraft/recipe/book/RecipeBookOptions$CategoryOption;guiOpen:Z
    • filteringCraftable

      boolean filteringCraftable
      Mappings:
      Namespace Name Mixin selector
      official b Lals$a;b:Z
      intermediary field_25738 Lnet/minecraft/class_5411$class_5412;field_25738:Z
      named filteringCraftable Lnet/minecraft/recipe/book/RecipeBookOptions$CategoryOption;filteringCraftable:Z
  • Constructor Details

    • CategoryOption

      public CategoryOption(boolean guiOpen, boolean filteringCraftable)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lals$a;<init>(ZZ)V
      intermediary <init> Lnet/minecraft/class_5411$class_5412;<init>(ZZ)V
      named <init> Lnet/minecraft/recipe/book/RecipeBookOptions$CategoryOption;<init>(ZZ)V
  • Method Details

    • copy

      Mappings:
      Namespace Name Mixin selector
      official a Lals$a;a()Lals$a;
      intermediary method_30191 Lnet/minecraft/class_5411$class_5412;method_30191()Lnet/minecraft/class_5411$class_5412;
      named copy Lnet/minecraft/recipe/book/RecipeBookOptions$CategoryOption;copy()Lnet/minecraft/recipe/book/RecipeBookOptions$CategoryOption;
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object