Package org.collebol.game.world


package org.collebol.game.world
  • Classes
    Class
    Description
    The Chunk class represents a segment of the game world, containing tiles ad entities.
    Abstract class representing a game world in the EJGEngine.
    The WorldFileManager class is responsible for saving and loading Chunk in the game World.
    Abstract class representing a world generator in the EJGEngine.
    Class responsible for loading chunks in the EJGEngine.