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