java.lang.Object
net.darkhax.primordialharvest.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
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Supplier<net.minecraft.world.level.block.Block>
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.core.cauldron.CauldronInteraction.InteractionMap
     
    static final Supplier<net.minecraft.world.level.block.Block>
     
    static final net.minecraft.resources.ResourceLocation
     
    static final Supplier<net.minecraft.world.item.Item>
     
    static final net.minecraft.resources.ResourceLocation
     
    static final Supplier<net.minecraft.world.item.Item>
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.item.Item>
     
    static final Supplier<net.minecraft.world.level.block.Block>
     
    static final net.minecraft.resources.ResourceLocation
     
    static final Supplier<net.minecraft.world.item.Item>
     
    static final net.minecraft.resources.ResourceLocation
     
    static final Supplier<net.minecraft.world.item.Item>
     
    static final net.minecraft.resources.ResourceLocation
     
    static final Supplier<net.minecraft.world.level.block.Block>
     
    static final net.minecraft.resources.ResourceLocation
     
    static final Supplier<net.minecraft.world.item.Item>
     
    static final net.minecraft.resources.ResourceLocation
     
    static final Supplier<net.minecraft.world.item.Item>
     
    static final net.minecraft.resources.ResourceLocation
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    addBloodRecipe(net.minecraft.world.item.Item input, net.minecraft.world.item.ItemStack output)
     
    void
    bindRenderLayers(BiConsumer<net.minecraft.world.level.block.Block,net.minecraft.client.renderer.RenderType> registry)
     
     
    void
    registerBlocks(net.darkhax.bookshelf.common.api.registry.register.Register<net.minecraft.world.level.block.Block> registry)
     
    void
    registerBrewing(net.minecraft.world.item.alchemy.PotionBrewing.Builder registry)
     
    void
    registerItems(net.darkhax.bookshelf.common.api.registry.register.RegisterItem registry)
     
    void
    registerItemTabs(net.darkhax.bookshelf.common.api.registry.register.RegisterItemTab registry)
     
    void
    registerLootPoolAdditions(net.darkhax.bookshelf.common.api.registry.register.RegisterLootPoolAdditions registry)
     
    void
    registerPotions(net.darkhax.bookshelf.common.api.registry.register.Register<net.minecraft.world.item.alchemy.Potion> 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, registerAttributes, registerBlockEntities, registerCatVariants, registerCommandArguments, registerCommands, registerCriteriaTriggers, registerEntities, registerIngredientTypes, registerItemComponents, registerItems, registerItemSubPredicates, registerLoadConditions, registerLootConditions, registerLootEntryType, registerLootFunctions, registerMenus, registerMenuScreens, registerMobEffects, registerPackets, registerParticleFactories, registerParticleTypes, registerPotPatterns, registerRecipeSerializers, registerRecipeTypes, registerTrades
  • Field Details

    • PALEOGOURD_BLOCK_ID

      public static final net.minecraft.resources.ResourceLocation PALEOGOURD_BLOCK_ID
    • PALEOGOURD_BLOCK

      public static final Supplier<net.minecraft.world.level.block.Block> PALEOGOURD_BLOCK
    • PALEOGOURD_SEED_ID

      public static final net.minecraft.resources.ResourceLocation PALEOGOURD_SEED_ID
    • PALEOGOURD_SEED

      public static final Supplier<net.minecraft.world.item.Item> PALEOGOURD_SEED
    • PALEOGOURD_FRUIT_ID

      public static final net.minecraft.resources.ResourceLocation PALEOGOURD_FRUIT_ID
    • PALEOGOURD_FRUIT

      public static final Supplier<net.minecraft.world.item.Item> PALEOGOURD_FRUIT
    • SPIRESHUCK_BLOCK_ID

      public static final net.minecraft.resources.ResourceLocation SPIRESHUCK_BLOCK_ID
    • SPIRESHUCK_BLOCK

      public static final Supplier<net.minecraft.world.level.block.Block> SPIRESHUCK_BLOCK
    • SPIRESHUCK_SEED_ID

      public static final net.minecraft.resources.ResourceLocation SPIRESHUCK_SEED_ID
    • SPIRESHUCK_SEED

      public static final Supplier<net.minecraft.world.item.Item> SPIRESHUCK_SEED
    • SPIRESHUCK_FRUIT_ID

      public static final net.minecraft.resources.ResourceLocation SPIRESHUCK_FRUIT_ID
    • SPIRESHUCK_FRUIT

      public static final Supplier<net.minecraft.world.item.Item> SPIRESHUCK_FRUIT
    • RUMBLEPEA_BLOCK_ID

      public static final net.minecraft.resources.ResourceLocation RUMBLEPEA_BLOCK_ID
    • RUMBLEPEA_BLOCK

      public static final Supplier<net.minecraft.world.level.block.Block> RUMBLEPEA_BLOCK
    • RUMBLEPEA_SEED_ID

      public static final net.minecraft.resources.ResourceLocation RUMBLEPEA_SEED_ID
    • RUMBLEPEA_SEED

      public static final Supplier<net.minecraft.world.item.Item> RUMBLEPEA_SEED
    • RUMBLEPEA_FRUIT_ID

      public static final net.minecraft.resources.ResourceLocation RUMBLEPEA_FRUIT_ID
    • RUMBLEPEA_FRUIT

      public static final Supplier<net.minecraft.world.item.Item> RUMBLEPEA_FRUIT
    • BLOOD_CAULDRON_BLOCK_ID

      public static final net.minecraft.resources.ResourceLocation BLOOD_CAULDRON_BLOCK_ID
    • INTERACTIONS

      public static final net.minecraft.core.cauldron.CauldronInteraction.InteractionMap INTERACTIONS
    • BLOOD_CAULDRON_BLOCK

      public static final Supplier<net.minecraft.world.level.block.Block> BLOOD_CAULDRON_BLOCK
    • PHILOSOPHER_REAGENTS

      public static final net.minecraft.tags.TagKey<net.minecraft.world.item.Item> PHILOSOPHER_REAGENTS
  • Constructor Details

    • Content

      public Content()
  • Method Details

    • contentNamespace

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

      public void registerItemTabs(net.darkhax.bookshelf.common.api.registry.register.RegisterItemTab registry)
      Specified by:
      registerItemTabs in interface net.darkhax.bookshelf.common.api.registry.IContentProvider
    • registerBlocks

      public void registerBlocks(net.darkhax.bookshelf.common.api.registry.register.Register<net.minecraft.world.level.block.Block> registry)
      Specified by:
      registerBlocks in interface net.darkhax.bookshelf.common.api.registry.IContentProvider
    • registerItems

      public void registerItems(net.darkhax.bookshelf.common.api.registry.register.RegisterItem registry)
      Specified by:
      registerItems in interface net.darkhax.bookshelf.common.api.registry.IContentProvider
    • registerPotions

      public void registerPotions(net.darkhax.bookshelf.common.api.registry.register.Register<net.minecraft.world.item.alchemy.Potion> registry)
      Specified by:
      registerPotions in interface net.darkhax.bookshelf.common.api.registry.IContentProvider
    • registerBrewing

      public void registerBrewing(net.minecraft.world.item.alchemy.PotionBrewing.Builder registry)
      Specified by:
      registerBrewing in interface net.darkhax.bookshelf.common.api.registry.IContentProvider
    • registerLootPoolAdditions

      public void registerLootPoolAdditions(net.darkhax.bookshelf.common.api.registry.register.RegisterLootPoolAdditions registry)
      Specified by:
      registerLootPoolAdditions in interface net.darkhax.bookshelf.common.api.registry.IContentProvider
    • bindRenderLayers

      public void bindRenderLayers(BiConsumer<net.minecraft.world.level.block.Block,net.minecraft.client.renderer.RenderType> registry)
      Specified by:
      bindRenderLayers in interface net.darkhax.bookshelf.common.api.registry.IContentProvider
    • addBloodRecipe

      public static void addBloodRecipe(net.minecraft.world.item.Item input, net.minecraft.world.item.ItemStack output)