Package com.hbm_m.recipe.index
Class ModRecipeIndex.ModRecipeIndexView
java.lang.Object
com.hbm_m.recipe.index.ModRecipeIndex.ModRecipeIndexView
- Enclosing class:
- ModRecipeIndex
-
Method Summary
Modifier and TypeMethodDescription<T extends net.minecraft.world.item.crafting.Recipe<?>>
List<T>getAll(net.minecraft.world.item.crafting.RecipeType<T> type) <T extends net.minecraft.world.item.crafting.Recipe<?>>
List<T>getAutoSwitchGroup(net.minecraft.world.item.crafting.RecipeType<T> type, String group) <T extends net.minecraft.world.item.crafting.Recipe<?>>
Optional<T>getById(net.minecraft.world.item.crafting.RecipeType<T> type, net.minecraft.resources.ResourceLocation id) <T extends net.minecraft.world.item.crafting.Recipe<?>>
List<T>
-
Method Details
-
getAll
public <T extends net.minecraft.world.item.crafting.Recipe<?>> List<T> getAll(net.minecraft.world.item.crafting.RecipeType<T> type) -
getById
public <T extends net.minecraft.world.item.crafting.Recipe<?>> Optional<T> getById(net.minecraft.world.item.crafting.RecipeType<T> type, net.minecraft.resources.ResourceLocation id) -
getByPool
-
getAutoSwitchGroup
-