Interface SplashPotion

All Superinterfaces:
Entity, Projectile
All Known Subinterfaces:
LingeringPotion

public interface SplashPotion extends Projectile
  • Method Details

    • getPotionId

      @Deprecated short getPotionId()
      Deprecated.
    • setPotionId

      @Deprecated void setPotionId(int potionId)
      Deprecated.
    • getPotionType

      PotionType getPotionType()
    • setPotionType

      void setPotionType(PotionType type)