package com.voxel.engine.core.Chunk; /** * Created with IntelliJ IDEA. * User: Toby's PC * Date: 11/01/14 * Time: 18:17 * To change this template use File | Settings | File Templates. */ public interface ChunkProtocol { void render(); int rebuildChunk(); }