Class NetworkCharacter

java.lang.Object
zombie.characters.NetworkCharacter

public class NetworkCharacter extends Object
  • Field Details

  • Constructor Details

    • NetworkCharacter

      public NetworkCharacter()
  • Method Details

    • updateTransform

      public void updateTransform(float px, float py, float rx, float ry)
    • updateInterpolationPoint

      public void updateInterpolationPoint(int t, float px, float py, float rx, float ry)
    • updatePointInternal

      public void updatePointInternal(float px, float py, float rx, float ry)
    • updateExtrapolationPoint

      public void updateExtrapolationPoint(int t, float px, float py, float rx, float ry)
    • predict

      public NetworkCharacter.Transform predict(int dt, int t, float px, float py, float rx, float ry)
    • reconstruct

      public NetworkCharacter.Transform reconstruct(int t, float px, float py, float rx, float ry)
    • checkReset

      public void checkReset(int t)
    • checkResetPlayer

      public void checkResetPlayer(int t)
    • reset

      public void reset()