Class PotionBundles

java.lang.Object
com.github.minecraftschurlimods.potionbundles.PotionBundles

public class PotionBundles extends Object
  • Field Details

    • MODID

      public static final String MODID
      See Also:
    • POTION_BUNDLE_SIZE

      public static final int POTION_BUNDLE_SIZE
      See Also:
    • POTION_BUNDLE

      public static final net.neoforged.neoforge.registries.DeferredItem<PotionBundle> POTION_BUNDLE
    • SPLASH_POTION_BUNDLE

      public static final net.neoforged.neoforge.registries.DeferredItem<SplashPotionBundle> SPLASH_POTION_BUNDLE
    • LINGERING_POTION_BUNDLE

      public static final net.neoforged.neoforge.registries.DeferredItem<LingeringPotionBundle> LINGERING_POTION_BUNDLE
    • POTION_BUNDLE_RECIPE_SERIALIZER

      public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.item.crafting.RecipeSerializer<?>,net.minecraft.world.item.crafting.RecipeSerializer<PotionBundleRecipe>> POTION_BUNDLE_RECIPE_SERIALIZER
  • Constructor Details

    • PotionBundles

      public PotionBundles(net.neoforged.bus.api.IEventBus modEventBus)