Class PlayerNetHistory

java.lang.Object
zombie.network.PlayerNetHistory

public class PlayerNetHistory
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    PlayerNetHistory()  
  • Method Summary

    Modifier and Type Method Description
    void add​(PlayerNetState state)  
    void interpolate​(IsoPlayer player)  
    void render​(IsoPlayer player)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PlayerNetHistory

      public PlayerNetHistory()
  • Method Details