Class IcarusPotions

java.lang.Object
dev.cammiescorner.icarus.init.IcarusPotions

public class IcarusPotions extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static dev.upcraft.sparkweave.api.registry.RegistrySupplier<net.minecraft.world.item.alchemy.Potion>
     
    static dev.upcraft.sparkweave.api.registry.RegistrySupplier<net.minecraft.world.item.alchemy.Potion>
     
    static dev.upcraft.sparkweave.api.registry.RegistrySupplier<net.minecraft.world.item.alchemy.Potion>
     
    static final dev.upcraft.sparkweave.api.registry.RegistryHandler<net.minecraft.world.item.alchemy.Potion>
     
    static dev.upcraft.sparkweave.api.registry.RegistrySupplier<net.minecraft.world.item.alchemy.Potion>
     
    static dev.upcraft.sparkweave.api.registry.RegistrySupplier<net.minecraft.world.item.alchemy.Potion>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    registerPotionRecipes(net.minecraft.world.item.alchemy.PotionBrewing.Builder builder)
     

    Methods inherited from class java.lang.Object

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

    • POTIONS

      public static final dev.upcraft.sparkweave.api.registry.RegistryHandler<net.minecraft.world.item.alchemy.Potion> POTIONS
    • ENERGIZED

      public static dev.upcraft.sparkweave.api.registry.RegistrySupplier<net.minecraft.world.item.alchemy.Potion> ENERGIZED
    • ENERGIZED_LONG

      public static dev.upcraft.sparkweave.api.registry.RegistrySupplier<net.minecraft.world.item.alchemy.Potion> ENERGIZED_LONG
    • ENERGIZED_STRONG

      public static dev.upcraft.sparkweave.api.registry.RegistrySupplier<net.minecraft.world.item.alchemy.Potion> ENERGIZED_STRONG
    • SECOND_WIND

      public static dev.upcraft.sparkweave.api.registry.RegistrySupplier<net.minecraft.world.item.alchemy.Potion> SECOND_WIND
    • SECOND_WIND_STRONG

      public static dev.upcraft.sparkweave.api.registry.RegistrySupplier<net.minecraft.world.item.alchemy.Potion> SECOND_WIND_STRONG
  • Constructor Details

    • IcarusPotions

      public IcarusPotions()
  • Method Details

    • registerPotionRecipes

      public static void registerPotionRecipes(net.minecraft.world.item.alchemy.PotionBrewing.Builder builder)