Advertisement
Guest User

Untitled

a guest
Jan 16th, 2014
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. package com.voxel.engine.core.Chunk;
  2.  
  3. /**
  4. * Created with IntelliJ IDEA.
  5. * User: Toby's PC
  6. * Date: 11/01/14
  7. * Time: 18:17
  8. * To change this template use File | Settings | File Templates.
  9. */
  10. public interface ChunkProtocol {
  11.  
  12. void render();
  13. int rebuildChunk();
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement