Class RecipeTrieFinder

java.lang.Object
com.simibubi.create.foundation.recipe.trie.RecipeTrieFinder

public class RecipeTrieFinder extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.server.packs.resources.ResourceManagerReloadListener
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static 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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • LISTENER

      public static final net.minecraft.server.packs.resources.ResourceManagerReloadListener LISTENER
  • Constructor Details

    • RecipeTrieFinder

      public RecipeTrieFinder()
  • Method Details