Class RecipeTypeEntries

java.lang.Object
net.darkhax.bookshelf.api.registry.RegistryEntries<net.minecraft.world.item.crafting.RecipeType<?>>
net.darkhax.bookshelf.api.registry.RecipeTypeEntries
All Implemented Interfaces:
Iterable<net.minecraft.world.item.crafting.RecipeType<?>>, IOwnedRegistryEntries<net.minecraft.world.item.crafting.RecipeType<?>>, IRegistryEntries<net.minecraft.world.item.crafting.RecipeType<?>>

public class RecipeTypeEntries extends RegistryEntries<net.minecraft.world.item.crafting.RecipeType<?>>
  • Constructor Details

    • RecipeTypeEntries

      public RecipeTypeEntries(Supplier<String> idProvider)
  • Method Details

    • add

      public <T extends net.minecraft.world.item.crafting.Recipe<?>> IRegistryObject<net.minecraft.world.item.crafting.RecipeType<T>> add(String typeId)