Class RecipeCache
java.lang.Object
net.minecraft.world.item.crafting.RecipeCache
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate WeakReference<RecipeManager>private final RecipeCache.Entry[]
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate Optional<CraftingRecipe>compute(CraftingContainer p_307329_, Level p_307202_) get(Level p_307315_, CraftingContainer p_307684_) private voidinsert(List<ItemStack> p_307307_, CraftingRecipe p_307338_) private voidmoveEntryToFront(int p_307277_) private voidvalidateRecipeManager(Level p_307638_) 
- 
Field Details- 
entries
- 
cachedRecipeManager
 
- 
- 
Constructor Details- 
RecipeCachepublic RecipeCache(int p_307489_) 
 
- 
- 
Method Details- 
get
- 
validateRecipeManager
- 
compute
- 
moveEntryToFrontprivate void moveEntryToFront(int p_307277_) 
- 
insert
 
-