Package net.minecraft.client.render
Class MapRenderer
java.lang.Object
net.minecraft.client.render.MapRenderer
- Mappings:
- Namespace - Name - named - net/minecraft/client/render/MapRenderer- intermediary - net/minecraft/class_330- official - gly
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final MapDecorationsAtlasManagerprivate static final intprivate static final intprivate static final floatprivate static final floatprivate final MapTextureManager
- 
Constructor SummaryConstructorsConstructorDescriptionMapRenderer(MapDecorationsAtlasManager decorationsAtlasManager, MapTextureManager textureManager) 
- 
Method SummaryModifier and TypeMethodDescriptionprivate MapRenderState.DecorationcreateDecoration(MapDecoration decoration) voiddraw(MapRenderState state, MatrixStack matrices, VertexConsumerProvider vertexConsumers, boolean bool, int light) voidupdate(MapIdComponent mapId, MapState mapState, MapRenderState renderState) 
- 
Field Details- 
field_53102private static final float field_53102- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - field_53102- Lnet/minecraft/client/render/MapRenderer;field_53102:F- intermediary - field_53102- Lnet/minecraft/class_330;field_53102:F- official - a- Lgly;a:F
 
- 
field_53103private static final float field_53103- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - field_53103- Lnet/minecraft/client/render/MapRenderer;field_53103:F- intermediary - field_53103- Lnet/minecraft/class_330;field_53103:F- official - b- Lgly;b:F
 
- 
DEFAULT_IMAGE_WIDTHprivate static final int DEFAULT_IMAGE_WIDTH- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - DEFAULT_IMAGE_WIDTH- Lnet/minecraft/client/render/MapRenderer;DEFAULT_IMAGE_WIDTH:I- intermediary - field_32173- Lnet/minecraft/class_330;field_32173:I- official - c- Lgly;c:I
 
- 
DEFAULT_IMAGE_HEIGHTprivate static final int DEFAULT_IMAGE_HEIGHT- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - DEFAULT_IMAGE_HEIGHT- Lnet/minecraft/client/render/MapRenderer;DEFAULT_IMAGE_HEIGHT:I- intermediary - field_32174- Lnet/minecraft/class_330;field_32174:I- official - d- Lgly;d:I
 
- 
textureManager- Mappings:
- Namespace - Name - Mixin selector - named - textureManager- Lnet/minecraft/client/render/MapRenderer;textureManager:Lnet/minecraft/client/texture/MapTextureManager;- intermediary - field_2043- Lnet/minecraft/class_330;field_2043:Lnet/minecraft/class_10093;- official - e- Lgly;e:Lhfs;
 
- 
decorationsAtlasManager- Mappings:
- Namespace - Name - Mixin selector - named - decorationsAtlasManager- Lnet/minecraft/client/render/MapRenderer;decorationsAtlasManager:Lnet/minecraft/client/texture/MapDecorationsAtlasManager;- intermediary - field_50036- Lnet/minecraft/class_330;field_50036:Lnet/minecraft/class_9443;- official - f- Lgly;f:Lhfr;
 
 
- 
- 
Constructor Details- 
MapRendererpublic MapRenderer(MapDecorationsAtlasManager decorationsAtlasManager, MapTextureManager textureManager) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/render/MapRenderer;<init>(Lnet/minecraft/client/texture/MapDecorationsAtlasManager;Lnet/minecraft/client/texture/MapTextureManager;)V- intermediary - <init>- Lnet/minecraft/class_330;<init>(Lnet/minecraft/class_9443;Lnet/minecraft/class_10093;)V- official - <init>- Lgly;<init>(Lhfr;Lhfs;)V
 
 
- 
- 
Method Details- 
drawpublic void draw(MapRenderState state, MatrixStack matrices, VertexConsumerProvider vertexConsumers, boolean bool, int light) - Mappings:
- Namespace - Name - Mixin selector - named - draw- Lnet/minecraft/client/render/MapRenderer;draw(Lnet/minecraft/client/render/MapRenderState;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;ZI)V- intermediary - method_1773- Lnet/minecraft/class_330;method_1773(Lnet/minecraft/class_10090;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;ZI)V- official - a- Lgly;a(Lhec;Lffv;Lglz;ZI)V
 
- 
update- Mappings:
- Namespace - Name - Mixin selector - named - update- Lnet/minecraft/client/render/MapRenderer;update(Lnet/minecraft/component/type/MapIdComponent;Lnet/minecraft/item/map/MapState;Lnet/minecraft/client/render/MapRenderState;)V- intermediary - method_62230- Lnet/minecraft/class_330;method_62230(Lnet/minecraft/class_9209;Lnet/minecraft/class_22;Lnet/minecraft/class_10090;)V- official - a- Lgly;a(Leus;Leuu;Lhec;)V
 
- 
createDecoration- Mappings:
- Namespace - Name - Mixin selector - named - createDecoration- Lnet/minecraft/client/render/MapRenderer;createDecoration(Lnet/minecraft/item/map/MapDecoration;)Lnet/minecraft/client/render/MapRenderState$Decoration;- intermediary - method_62229- Lnet/minecraft/class_330;method_62229(Lnet/minecraft/class_20;)Lnet/minecraft/class_10090$class_10091;- official - a- Lgly;a(Leuo;)Lhec$a;
 
 
-