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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    registerRecipeSerializers(net.darkhax.bookshelf.common.api.registry.register.Register<net.minecraft.world.item.crafting.RecipeSerializer<?>> registry)
     
    void
    registerRecipeTypes(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, wait

    Methods 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:
      registerRecipeTypes in interface net.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:
      registerRecipeSerializers in interface net.darkhax.bookshelf.common.api.registry.IContentProvider
    • contentNamespace

      public String contentNamespace()
      Specified by:
      contentNamespace in interface net.darkhax.bookshelf.common.api.registry.IContentProvider