Class RecipeTrieFinder
java.lang.Object
com.simibubi.create.foundation.recipe.trie.RecipeTrieFinder
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.server.packs.resources.ResourceManagerReloadListener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RecipeTrie<?> get(@NotNull Object cacheKey, net.minecraft.world.level.Level world, Predicate<net.minecraft.world.item.crafting.RecipeHolder<? extends net.minecraft.world.item.crafting.Recipe<?>>> conditions)
-
Field Details
-
LISTENER
public static final net.minecraft.server.packs.resources.ResourceManagerReloadListener LISTENER
-
-
Constructor Details
-
RecipeTrieFinder
public RecipeTrieFinder()
-
-
Method Details
-
get
public static RecipeTrie<?> get(@NotNull @NotNull Object cacheKey, net.minecraft.world.level.Level world, Predicate<net.minecraft.world.item.crafting.RecipeHolder<? extends net.minecraft.world.item.crafting.Recipe<?>>> conditions) throws ExecutionException - Throws:
ExecutionException
-