Class Character

java.lang.Object
zombie.network.packets.hit.Instance
zombie.network.packets.hit.Character
All Implemented Interfaces:
INetworkPacket
Direct Known Subclasses:
Player, Zombie

public abstract class Character
extends Instance
implements INetworkPacket
  • Field Details

    • character

      protected IsoGameCharacter character
    • characterFlags

      protected short characterFlags
    • positionX

      protected float positionX
    • positionY

      protected float positionY
    • positionZ

      protected float positionZ
    • directionX

      protected float directionX
    • directionY

      protected float directionY
    • characterReaction

      protected java.lang.String characterReaction
    • playerReaction

      protected java.lang.String playerReaction
    • zombieReaction

      protected java.lang.String zombieReaction
  • Constructor Details

    • Character

      public Character()
  • Method Details