Class MiniMapChunkDebug
- java.lang.Object
-
- com.bombinggames.wurfelengine.extension.MiniMapChunkDebug
-
public class MiniMapChunkDebug extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MiniMapChunkDebug(int posX, int posY)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
render(GameView view)
Renders the Minimap.
-
-
-
Method Detail
-
render
public void render(GameView view)
Renders the Minimap.- Parameters:
view
- the view using this render method
-
-