Class Content
java.lang.Object
net.darkhax.simplelootviewer.common.impl.Content
- All Implemented Interfaces:
net.darkhax.bookshelf.common.api.registry.IContentProvider
public class Content
extends Object
implements net.darkhax.bookshelf.common.api.registry.IContentProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterRecipeSerializers(net.darkhax.bookshelf.common.api.registry.register.Register<net.minecraft.world.item.crafting.RecipeSerializer<?>> registry) voidregisterRecipeTypes(net.darkhax.bookshelf.common.api.registry.register.RegisterRecipeType registry) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.darkhax.bookshelf.common.api.registry.IContentProvider
bindBlockEntityRenderer, bindRenderLayers, registerAttributes, registerBlockEntities, registerBlocks, registerBrewing, registerCatVariants, registerCommandArguments, registerCommands, registerCriteriaTriggers, registerEntities, registerIngredientTypes, registerItemComponents, registerItems, registerItems, registerItemSubPredicates, registerItemTabs, registerLoadConditions, registerLootConditions, registerLootDescriptions, registerLootEntryType, registerLootFunctions, registerLootPoolAdditions, registerMenus, registerMenuScreens, registerMobEffects, registerPackets, registerParticleFactories, registerParticleTypes, registerPotions, registerPotPatterns, registerTrades
-
Constructor Details
-
Content
public Content()
-
-
Method Details
-
registerRecipeTypes
public void registerRecipeTypes(net.darkhax.bookshelf.common.api.registry.register.RegisterRecipeType registry) - Specified by:
registerRecipeTypesin interfacenet.darkhax.bookshelf.common.api.registry.IContentProvider
-
registerRecipeSerializers
public void registerRecipeSerializers(net.darkhax.bookshelf.common.api.registry.register.Register<net.minecraft.world.item.crafting.RecipeSerializer<?>> registry) - Specified by:
registerRecipeSerializersin interfacenet.darkhax.bookshelf.common.api.registry.IContentProvider
-
contentNamespace
- Specified by:
contentNamespacein interfacenet.darkhax.bookshelf.common.api.registry.IContentProvider
-