class MapItemRenderer.Instance
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
location |
private MapData |
mapData |
private DynamicTexture |
mapTexture |
private int[] |
mapTextureData |
Modifier | Constructor and Description |
---|---|
private |
Instance(MapData mapdataIn) |
Modifier and Type | Method and Description |
---|---|
private void |
render(boolean noOverlayRendering) |
private void |
updateMapTexture() |
private final MapData mapData
private final DynamicTexture mapTexture
private final ResourceLocation location
private final int[] mapTextureData
private Instance(MapData mapdataIn)