Interface Framebuffer

All Known Implementing Classes:
DirectFramebuffer, Graphics2DFramebuffer, LargeFramebufferDefaultView

public interface Framebuffer
Framebuffer to render to a map
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int HEIGHT  
    static int WIDTH  
  • Method Summary

    Modifier and Type Method Description
    static int index​(int x, int z)  
    static int index​(int x, int z, int stride)  
    default void preparePacket​(MapDataPacket packet)  
    default void preparePacket​(MapDataPacket packet, int minX, int minY, int width, int height)  
    byte[] toMapColors()