Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MiniMapChunkDebug

        public MiniMapChunkDebug​(int posX,
                                 int posY)
        Parameters:
        posX -
        posY -
    • Method Detail

      • render

        public void render​(GameView view)
        Renders the Minimap.
        Parameters:
        view - the view using this render method