Class SpellInstance
java.lang.Object
dev.gothickit.zenkit.daedalus.DaedalusInstance
dev.gothickit.zenkit.daedalus.instance.SpellInstance
- All Implemented Interfaces:
NativeObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintintintintintintintintfloatMethods inherited from class dev.gothickit.zenkit.daedalus.DaedalusInstance
fromNativeHandle, getIndex, getNativeHandle, getType
-
Constructor Details
-
SpellInstance
public SpellInstance(com.sun.jna.Pointer handle)
-
-
Method Details
-
getTimePerMana
public float getTimePerMana() -
getDamagePerLevel
public int getDamagePerLevel() -
getDamageType
public int getDamageType() -
getSpellType
public int getSpellType() -
getCanTurnDuringInvest
public int getCanTurnDuringInvest() -
getCanChangeTargetDuringInvest
public int getCanChangeTargetDuringInvest() -
getIsMultiEffect
public int getIsMultiEffect() -
getTargetCollectAlgo
public int getTargetCollectAlgo() -
getTargetCollectType
public int getTargetCollectType() -
getTargetCollectRange
public int getTargetCollectRange() -
getTargetCollectAzi
public int getTargetCollectAzi() -
getTargetCollectElevation
public int getTargetCollectElevation()
-