Package kamkeel.npcdbc.api.effect
Interface IPlayerEffect
-
public interface IPlayerEffect
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getDuration()
int
getId()
byte
getLevel()
String
getName()
void
kill()
void
performEffect(IPlayer player)
void
setDuration(int duration)
void
setLevel(byte level)
-