Package net.minestom.server.map.framebuffers
-
Class Summary Class Description DirectFramebuffer Framebuffer
with direct access to the colors arrayGraphics2DFramebuffer Framebuffer
that embeds a BufferedImage, allowing for rendering directly via Graphics2D or its pixel array.LargeDirectFramebuffer LargeFramebuffer
with direct access to the colors array.LargeFramebufferDefaultView LargeGraphics2DFramebuffer LargeFramebuffer
that embeds aBufferedImage
, allowing for rendering directly viaGraphics2D
or its pixel array.