#lang rhombus/static import: "chunk.rhm" open "entity.rhm" open export: Chunk ActionResponse Direction World Tile Entity EntityPlayer EntityGatherable Direction class World(chunks :: MutableList.now_of(Chunk), entities :: MutableList.now_of(Entity)): constructor(): super(MutableList(), MutableList())