Class TerrainLoader

java.lang.Object
com.csse3200.game.areas.terrain.TerrainLoader

public class TerrainLoader extends Object
  • Method Details

    • movedChunk

      public static boolean movedChunk(com.badlogic.gdx.math.Vector2 position)
    • setInitials

      public static void setInitials(com.badlogic.gdx.math.Vector2 position, TerrainComponent component)
    • chunktoWorldPos

      public static com.badlogic.gdx.math.GridPoint2 chunktoWorldPos(com.badlogic.gdx.math.GridPoint2 pos)
    • posToChunk

      public static com.badlogic.gdx.math.GridPoint2 posToChunk(com.badlogic.gdx.math.Vector2 pos)