Interface IFWMultiAction
- All Superinterfaces:
IFWAction
-
Method Summary
Modifier and TypeMethodDescriptionfloatgetActTick(int head) voidperformAction(int head, double damage) voidpostActionTick(int head, double damage) voidpreAction(int head, double damage) voidsetActTick(int head, float tick) Methods inherited from interface nokunami.floral_warfare.api.common.ai.IFWAction
actConfig, decrementRepeat, getActionSpeed, getActionState, getActTick, getAttackDamage, getDefaultDelay, getFollowRange, getPostAnimDelay, getPreAnimDelay, getRepeats, getStartAnimDelay, isAct, loadFWAction, performAction, playAttackSound, postActionTick, preAction, repeatActionAnim, resetAction, saveFWAction, setAct, setActionState, setActionStateIf, setActTick, setRepeats, startAction, stopAction
-
Method Details
-
getActTick
float getActTick(int head) -
setActTick
void setActTick(int head, float tick) -
preAction
void preAction(int head, double damage) -
performAction
void performAction(int head, double damage) -
postActionTick
void postActionTick(int head, double damage) -
actConfigs
List<ActionConfig> actConfigs()
-