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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends net.minecraft.world.item.crafting.Recipe<?>>
IRegistryObject<net.minecraft.world.item.crafting.RecipeType<T>>Methods inherited from class net.darkhax.bookshelf.api.registry.RegistryEntries
add, addInsertListener, addRegistryListener, addRegistryWrapper, build, getEntries, getOwner, isEmpty, iteratorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.darkhax.bookshelf.api.registry.IOwnedRegistryEntries
addMethods inherited from interface net.darkhax.bookshelf.api.registry.IRegistryEntries
getEntry, getOrDefault, getOrDefault, ifAbsent, ifPresentMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
RecipeTypeEntries
-
-
Method Details
-
add
public <T extends net.minecraft.world.item.crafting.Recipe<?>> IRegistryObject<net.minecraft.world.item.crafting.RecipeType<T>> add(String typeId)
-