Class IsoLivingCharacter

java.lang.Object
All Implemented Interfaces:
java.io.Serializable, Mover, Talker, ChatElementOwner
Direct Known Subclasses:
IsoPlayer, IsoSurvivor

public class IsoLivingCharacter
extends IsoGameCharacter
See Also:
Serialized Form
  • Field Details

    • useChargeDelta

      public float useChargeDelta
    • bareHands

      public HandWeapon bareHands
    • bDoShove

      public boolean bDoShove
    • bCollidedWithPushable

      public boolean bCollidedWithPushable
    • targetOnGround

      public IsoGameCharacter targetOnGround
  • Constructor Details

    • IsoLivingCharacter

      public IsoLivingCharacter​(IsoCell cell, float x, float y, float z)
  • Method Details

    • isAimAtFloor

      public boolean isAimAtFloor()
    • setAimAtFloor

      public void setAimAtFloor​(boolean b)
    • isCollidedWithPushableThisFrame

      public boolean isCollidedWithPushableThisFrame()
    • AttemptAttack

      public boolean AttemptAttack​(float ChargeDelta)
    • DoAttack

      public boolean DoAttack​(float ChargeDelta)