java.lang.Object
net.minecraft.world.item.alchemy.Potion
tech.anonymoushacker1279.immersiveweapons.potion.CustomPotion

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

    builtInRegistryHolder, byName, getEffects, hasInstantEffects

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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