public class RenderInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int[] |
background |
protected SimpleImage |
backgroundImage |
protected MapDataCache |
cache |
protected org.bukkit.map.MapCursor[] |
cursors |
protected byte[] |
data |
protected int[] |
globalOverlay |
protected org.bukkit.Location[] |
locations |
protected int[] |
lowerPixelInfo |
protected Minimap |
map |
protected java.util.Collection<org.bukkit.map.MapCursor> |
mapCursors |
protected java.util.Collection<MapPixel> |
mapPixels |
protected java.util.Set<BigChunkLocation> |
needsRender |
protected SimpleImage |
overlayImage |
protected PlayerSetting |
setting |
protected int[] |
upperPixelInfo |
protected java.util.UUID |
uuid |
protected java.util.Collection<WorldCursor> |
worldCursors |
protected java.util.Collection<WorldPixel> |
worldPixels |
Constructor and Description |
---|
RenderInfo() |
protected byte[] data
protected int[] upperPixelInfo
protected int[] lowerPixelInfo
protected int[] globalOverlay
protected int[] background
protected org.bukkit.Location[] locations
protected org.bukkit.map.MapCursor[] cursors
protected java.util.Set<BigChunkLocation> needsRender
protected java.util.Collection<WorldPixel> worldPixels
protected java.util.Collection<MapPixel> mapPixels
protected java.util.Collection<WorldCursor> worldCursors
protected java.util.Collection<org.bukkit.map.MapCursor> mapCursors
protected PlayerSetting setting
protected java.util.UUID uuid
protected Minimap map
protected MapDataCache cache
protected SimpleImage overlayImage
protected SimpleImage backgroundImage