Package emu.grasscutter.data.binout
Class ConfigGadgetCombatProperty
java.lang.Object
emu.grasscutter.data.binout.ConfigGadgetCombatProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanfloatfloatfloatgetHP()floatinthashCode()booleanbooleanbooleanisLockHP()booleanvoidsetAttack(float attack) voidsetDefence(float defence) voidsetGhostToAllied(boolean isGhostToAllied) voidsetHP(float HP) voidsetInvincible(boolean isInvincible) voidsetLockHP(boolean isLockHP) voidsetUseCreatorProperty(boolean useCreatorProperty) voidsetWeight(float weight) toString()
-
Constructor Details
-
ConfigGadgetCombatProperty
public ConfigGadgetCombatProperty()
-
-
Method Details
-
getHP
public float getHP() -
isLockHP
public boolean isLockHP() -
isInvincible
public boolean isInvincible() -
isGhostToAllied
public boolean isGhostToAllied() -
getAttack
public float getAttack() -
getDefence
public float getDefence() -
getWeight
public float getWeight() -
isUseCreatorProperty
public boolean isUseCreatorProperty() -
setHP
public void setHP(float HP) -
setLockHP
public void setLockHP(boolean isLockHP) -
setInvincible
public void setInvincible(boolean isInvincible) -
setGhostToAllied
public void setGhostToAllied(boolean isGhostToAllied) -
setAttack
public void setAttack(float attack) -
setDefence
public void setDefence(float defence) -
setWeight
public void setWeight(float weight) -
setUseCreatorProperty
public void setUseCreatorProperty(boolean useCreatorProperty) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-