Package noppes.npcs.api.handler.data
Interface IAnimationData
-
public interface IAnimationData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
enabled()
IAnimation
getAnimation()
boolean
isActive()
void
setAnimation(IAnimation animation)
void
setEnabled(boolean enabled)
void
updateClient()
-
-
-
Method Detail
-
updateClient
void updateClient()
-
isActive
boolean isActive()
-
setEnabled
void setEnabled(boolean enabled)
-
enabled
boolean enabled()
-
setAnimation
void setAnimation(IAnimation animation)
-
getAnimation
IAnimation getAnimation()
-
-