Class PotionBrewery

java.lang.Object
net.minecraft.world.item.alchemy.PotionBrewing
com.idark.valoria.registries.recipe.PotionBrewery

public class PotionBrewery extends net.minecraft.world.item.alchemy.PotionBrewing
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.world.item.alchemy.PotionBrewing

    net.minecraft.world.item.alchemy.PotionBrewing.Mix<T extends Object>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.item.alchemy.Potion>
     
    static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.item.alchemy.Potion>
     

    Fields inherited from class net.minecraft.world.item.alchemy.PotionBrewing

    BREWING_TIME_SECONDS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     
    static void
    register(net.minecraftforge.eventbus.api.IEventBus eventBus)
     

    Methods inherited from class net.minecraft.world.item.alchemy.PotionBrewing

    addContainer, addContainerRecipe, addMix, hasContainerMix, hasMix, hasPotionMix, isBrewablePotion, isContainerIngredient, isIngredient, isPotionIngredient, mix

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • POTIONS

      public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.item.alchemy.Potion> POTIONS
    • ALOE_POTION

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.item.alchemy.Potion> ALOE_POTION
  • Constructor Details

    • PotionBrewery

      public PotionBrewery()
  • Method Details

    • bootStrap

      public static void bootStrap()
    • register

      public static void register(net.minecraftforge.eventbus.api.IEventBus eventBus)