| dhu | |
| net.minecraft.world.item.crafting.RecipeMap | |
| net.minecraft.class_10289 | |
| net.minecraft.recipe.PreparedRecipes | |
| net.minecraft.unmapped.C_rrkbzyqf | |
| net.minecraft.recipe.RecipeMap | |
| net.minecraft.src.C_346183_ |
Field summary
| Modifier and Type | Field | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final PreparedRecipes |
| ||||||||||||||
| private final com.google.common.collect.Multimap<RecipeType<?>, RecipeEntry<?>> |
| ||||||||||||||
| private final Map<RegistryKey<Recipe<?>>, RecipeEntry<?>> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| private | (com.google.common.collect.Multimap<RecipeType<?>, RecipeEntry<?>> byType, Map<RegistryKey<Recipe<?>>, RecipeEntry<?>> byKey) |
Method summary
| Modifier and Type | Method | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| public static PreparedRecipes |
| ||||||||||||||
| public <I extends RecipeInput, T extends Recipe<I>> Collection<RecipeEntry<T>> |
| ||||||||||||||
| public Collection<RecipeEntry<?>> |
| ||||||||||||||
| public RecipeEntry<?> |
| ||||||||||||||
| public <I extends RecipeInput, T extends Recipe<I>> Stream<RecipeEntry<T>> |
|