Class WorldSimulation

java.lang.Object
zombie.core.physics.WorldSimulation

public final class WorldSimulation extends Object
Created by LEMMYPC on 07/01/14.
  • Field Details

    • instance

      public static WorldSimulation instance
    • LEVEL_ZERO_ONLY

      public static final boolean LEVEL_ZERO_ONLY
      See Also:
    • physicsObjectMap

      public HashMap<Integer,IsoMovingObject> physicsObjectMap
    • created

      public boolean created
    • offsetX

      public float offsetX
    • offsetY

      public float offsetY
    • time

      public long time
  • Constructor Details

    • WorldSimulation

      public WorldSimulation()
  • Method Details

    • create

      public void create()
    • destroy

      public void destroy()
    • update

      public void update()
    • setOwnVehiclePhysics

      public int setOwnVehiclePhysics(int vid, float[] data)
    • activateChunkMap

      public void activateChunkMap(int playerIndex)
    • deactivateChunkMap

      public void deactivateChunkMap(int playerIndex)
    • scrollGroundLeft

      public void scrollGroundLeft(int playerIndex)
    • scrollGroundRight

      public void scrollGroundRight(int playerIndex)
    • scrollGroundUp

      public void scrollGroundUp(int playerIndex)
    • scrollGroundDown

      public void scrollGroundDown(int playerIndex)
    • getDrawer

      public static TextureDraw.GenericDrawer getDrawer(int playerIndex)