| net.minecraft.world.item.crafting.RecipeMap | |
| net.minecraft.world.item.crafting.RecipeMap | |
| net.minecraft.class_10289 | |
| net.minecraft.recipe.PreparedRecipes |
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>> |
|