Class ConfigGadgetCombatProperty

java.lang.Object
emu.grasscutter.data.binout.ConfigGadgetCombatProperty

public class ConfigGadgetCombatProperty extends Object
  • 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object