public abstract class MixinPotionEffect extends Object implements org.spongepowered.api.potion.PotionEffect
Constructor and Description |
---|
MixinPotionEffect() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getPotionID() |
boolean |
getShowParticles() |
org.spongepowered.api.potion.PotionEffectType |
getType() |
boolean |
isAmbient() |
int |
potionEffect$getAmplifier() |
int |
potionEffect$getDuration() |
org.spongepowered.api.data.DataContainer |
toContainer() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAmplifier, getDuration
public abstract int getPotionID()
public org.spongepowered.api.potion.PotionEffectType getType()
getType
in interface org.spongepowered.api.potion.PotionEffect
public int potionEffect$getDuration()
public int potionEffect$getAmplifier()
public boolean isAmbient()
isAmbient
in interface org.spongepowered.api.potion.PotionEffect
public boolean getShowParticles()
getShowParticles
in interface org.spongepowered.api.potion.PotionEffect
public org.spongepowered.api.data.DataContainer toContainer()
toContainer
in interface org.spongepowered.api.data.DataSerializable