java.lang.Object
net.minecraft.world.item.alchemy.Potion
tech.anonymoushacker1279.immersiveweapons.potion.CustomPotion
All Implemented Interfaces:
net.minecraftforge.common.extensions.IForgePotion

public class CustomPotion extends net.minecraft.world.item.alchemy.Potion
  • Constructor Summary

    Constructors
    Constructor
    Description
    CustomPotion(net.minecraft.world.effect.MobEffectInstance mobEffectInstance)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getName(String prefix)
     

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

    byName, getEffects, hasInstantEffects

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraftforge.common.extensions.IForgePotion

    isFoil
  • Constructor Details

    • CustomPotion

      public CustomPotion(net.minecraft.world.effect.MobEffectInstance mobEffectInstance)
  • Method Details

    • getName

      public String getName(String prefix)
      Overrides:
      getName in class net.minecraft.world.item.alchemy.Potion