net.minecraft.client.render

public class MapRenderer

net.minecraft.client.renderer.MapRenderer
net.minecraft.client.renderer.MapRenderer
net.minecraft.class_330
net.minecraft.client.render.MapRenderer

Field summary

Modifier and TypeField
private static final float
MAP_Z_OFFSET
MAP_Z_OFFSET
field_53102
field_53102
private static final float
DECORATION_Z_OFFSET
DECORATION_Z_OFFSET
field_53103
field_53103
public static final int
WIDTH
WIDTH
field_32173
DEFAULT_IMAGE_WIDTH
public static final int
HEIGHT
HEIGHT
field_32174
DEFAULT_IMAGE_HEIGHT
private final SpriteAtlasTexture
decorationSprites
decorationSprites
field_50036
decorationsAtlasManager
private final MapTextureManager
mapTextureManager
mapTextureManager
field_2043
textureManager

Constructor summary

ModifierConstructor
public (AtlasManager decorationsAtlasManager, MapTextureManager textureManager)

Method summary

Modifier and TypeMethod
public void
render(MapRenderState mapRenderState, PoseStack poseStack, SubmitNodeCollector submitNodeCollector, boolean showOnlyFrame, int lightCoords)
render(MapRenderState mapRenderState, PoseStack poseStack, SubmitNodeCollector submitNodeCollector, boolean showOnlyFrame, int lightCoords)
method_1773(class_10090 arg0, class_4587 arg1, class_11659 arg2, boolean arg3, int arg4)
draw(MapRenderState state, MatrixStack matrices, OrderedRenderCommandQueue queue, boolean renderDecorations, int light)
public void
extractRenderState(MapId mapId, MapItemSavedData mapData, MapRenderState mapRenderState)
extractRenderState(MapId mapId, MapItemSavedData mapData, MapRenderState mapRenderState)
method_62230(class_9209 arg0, class_22 arg1, class_10090 arg2)
update(MapIdComponent mapId, MapState mapState, MapRenderState renderState)
private MapRenderState$Decoration
extractDecorationRenderState(MapDecoration decoration)
extractDecorationRenderState(MapDecoration decoration)
method_62229(class_20 arg0)
createDecoration(MapDecoration decoration)