Class UPotion

java.lang.Object
net.minecraft.world.item.alchemy.Potion
info.u_team.u_team_core.potion.UPotion

public class UPotion extends net.minecraft.world.item.alchemy.Potion
  • Constructor Details

    • UPotion

      public UPotion(Supplier<List<net.minecraft.world.effect.MobEffectInstance>> supplier)
    • UPotion

      public UPotion(String name, Supplier<List<net.minecraft.world.effect.MobEffectInstance>> supplier)
  • Method Details

    • getEffects

      public List<net.minecraft.world.effect.MobEffectInstance> getEffects()
      Overrides:
      getEffects in class net.minecraft.world.item.alchemy.Potion
    • hasInstantEffects

      public boolean hasInstantEffects()
      Overrides:
      hasInstantEffects in class net.minecraft.world.item.alchemy.Potion