Package net.minecraft.client.render
Class MapRenderer.MapTexture
java.lang.Object
net.minecraft.client.render.MapRenderer.MapTexture
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- MapRenderer
- Mappings:
Namespace Name official dwo$aintermediary net/minecraft/class_330$class_331named net/minecraft/client/render/MapRenderer$MapTexture
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate final RenderLayerprivate MapStateprivate final NativeImageBackedTexture -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()(package private) voiddraw(MatrixStack matrices, VertexConsumerProvider vertexConsumers, boolean hidePlayerIcons, int light) void(package private) voidmethod_37451(MapState mapState) private void
-
Field Details
-
state
- Mappings:
Namespace Name Mixin selector official bLdwo$a;b:Ldht;intermediary field_2046Lnet/minecraft/class_330$class_331;field_2046:Lnet/minecraft/class_22;named stateLnet/minecraft/client/render/MapRenderer$MapTexture;state:Lnet/minecraft/item/map/MapState;
-
texture
- Mappings:
Namespace Name Mixin selector official cLdwo$a;c:Lexc;intermediary field_2048Lnet/minecraft/class_330$class_331;field_2048:Lnet/minecraft/class_1043;named textureLnet/minecraft/client/render/MapRenderer$MapTexture;texture:Lnet/minecraft/client/texture/NativeImageBackedTexture;
-
renderLayer
- Mappings:
Namespace Name Mixin selector official dLdwo$a;d:Lenq;intermediary field_21689Lnet/minecraft/class_330$class_331;field_21689:Lnet/minecraft/class_1921;named renderLayerLnet/minecraft/client/render/MapRenderer$MapTexture;renderLayer:Lnet/minecraft/client/render/RenderLayer;
-
field_34044
private boolean field_34044- Mappings:
Namespace Name Mixin selector official eLdwo$a;e:Zintermediary field_34044Lnet/minecraft/class_330$class_331;field_34044:Znamed field_34044Lnet/minecraft/client/render/MapRenderer$MapTexture;field_34044:Z
-
-
Constructor Details
-
MapTexture
MapTexture(int int2, MapState mapState)
-
-
Method Details
-
method_37451
- Mappings:
Namespace Name Mixin selector official aLdwo$a;a(Ldht;)Vintermediary method_37451Lnet/minecraft/class_330$class_331;method_37451(Lnet/minecraft/class_22;)Vnamed method_37451Lnet/minecraft/client/render/MapRenderer$MapTexture;method_37451(Lnet/minecraft/item/map/MapState;)V
-
method_37450
public void method_37450()- Mappings:
Namespace Name Mixin selector official aLdwo$a;a()Vintermediary method_37450Lnet/minecraft/class_330$class_331;method_37450()Vnamed method_37450Lnet/minecraft/client/render/MapRenderer$MapTexture;method_37450()V
-
updateTexture
private void updateTexture()- Mappings:
Namespace Name Mixin selector official bLdwo$a;b()Vintermediary method_1776Lnet/minecraft/class_330$class_331;method_1776()Vnamed updateTextureLnet/minecraft/client/render/MapRenderer$MapTexture;updateTexture()V
-
draw
void draw(MatrixStack matrices, VertexConsumerProvider vertexConsumers, boolean hidePlayerIcons, int light) - Mappings:
Namespace Name Mixin selector official aLdwo$a;a(Ldql;Leni;ZI)Vintermediary method_1777Lnet/minecraft/class_330$class_331;method_1777(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;ZI)Vnamed drawLnet/minecraft/client/render/MapRenderer$MapTexture;draw(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;ZI)V
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-