public abstract class Potion
extends Object
-
Constructor Summary
Constructors
-
Method Summary
abstract void
int
int
boolean
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
-
getEffect
public abstract Effect getEffect()
-
applyPotion
public abstract void applyPotion
(Entity entity)
-
getDuration
public int getDuration()
-
getLevel
public int getLevel()
-
isSplash
public boolean isSplash()
-
setSplash
public Potion setSplash
(boolean splash)
-
isInstant
public boolean isInstant()