public static final class ClientHelperImpl.LegacyWrapperViewSearchBuilder
extends java.lang.Object
| Constructor and Description |
|---|
LegacyWrapperViewSearchBuilder(@NotNull java.util.Map<RecipeCategory<?>,java.util.List<RecipeDisplay>> map) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAllCategories, builderpublic LegacyWrapperViewSearchBuilder(@NotNull
@NotNull java.util.Map<RecipeCategory<?>,java.util.List<RecipeDisplay>> map)
public ClientHelper.ViewSearchBuilder addCategory(net.minecraft.util.ResourceLocation category)
public ClientHelper.ViewSearchBuilder addCategories(java.util.Collection<net.minecraft.util.ResourceLocation> categories)
@NotNull public @NotNull java.util.Set<net.minecraft.util.ResourceLocation> getCategories()
public ClientHelper.ViewSearchBuilder addRecipesFor(EntryStack stack)
@NotNull public @NotNull java.util.List<EntryStack> getRecipesFor()
public ClientHelper.ViewSearchBuilder addUsagesFor(EntryStack stack)
@NotNull public @NotNull java.util.List<EntryStack> getUsagesFor()
public ClientHelper.ViewSearchBuilder setPreferredOpenedCategory(@Nullable @Nullable net.minecraft.util.ResourceLocation category)
@Nullable public @Nullable net.minecraft.util.ResourceLocation getPreferredOpenedCategory()
public ClientHelper.ViewSearchBuilder setInputNotice(@Nullable @Nullable EntryStack stack)
@Nullable public @Nullable EntryStack getInputNotice()
public ClientHelper.ViewSearchBuilder setOutputNotice(@Nullable @Nullable EntryStack stack)
@Nullable public @Nullable EntryStack getOutputNotice()
@NotNull public @NotNull java.util.Map<RecipeCategory<?>,java.util.List<RecipeDisplay>> buildMap()