Package net.minecraft.client.gui
Class MapRenderer.MapTexture
java.lang.Object
net.minecraft.client.gui.MapRenderer.MapTexture
- Enclosing class:
- MapRenderer
@Environment(CLIENT) class MapRenderer.MapTexture extends Object
- Mappings:
Namespace Name official avq$aintermediary net/minecraft/class_682$class_683named net/minecraft/client/gui/MapRenderer$MapTexture
-
Field Summary
Fields Modifier and Type Field Description private int[]colorsprivate IdentifiercurrentTextureprivate MapStatemapStateprivate NativeImageBackedTexturetexture -
Constructor Summary
Constructors Modifier Constructor Description privateMapTexture(MapState mapState) -
Method Summary
Modifier and Type Method Description private voiddraw(boolean bool)private voidupdateTexture()
-
Field Details
-
mapState
- Mappings:
Namespace Name Mixin selector official bLavq$a;b:Latg;intermediary field_2874Lnet/minecraft/class_682$class_683;field_2874:Lnet/minecraft/class_627;named mapStateLnet/minecraft/client/gui/MapRenderer$MapTexture;mapState:Lnet/minecraft/item/map/MapState;
-
texture
- Mappings:
Namespace Name Mixin selector official cLavq$a;c:Lblz;intermediary field_2875Lnet/minecraft/class_682$class_683;field_2875:Lnet/minecraft/class_1219;named textureLnet/minecraft/client/gui/MapRenderer$MapTexture;texture:Lnet/minecraft/client/texture/NativeImageBackedTexture;
-
currentTexture
- Mappings:
Namespace Name Mixin selector official dLavq$a;d:Ljy;intermediary field_2876Lnet/minecraft/class_682$class_683;field_2876:Lnet/minecraft/class_1605;named currentTextureLnet/minecraft/client/gui/MapRenderer$MapTexture;currentTexture:Lnet/minecraft/util/Identifier;
-
colors
private final int[] colors- Mappings:
Namespace Name Mixin selector official eLavq$a;e:[Iintermediary field_2877Lnet/minecraft/class_682$class_683;field_2877:[Inamed colorsLnet/minecraft/client/gui/MapRenderer$MapTexture;colors:[I
-
-
Constructor Details
-
MapTexture
- Mappings:
Namespace Name Mixin selector official <init>Lavq$a;<init>(Lavq;Latg;)Vintermediary <init>Lnet/minecraft/class_682$class_683;<init>(Lnet/minecraft/class_682;Lnet/minecraft/class_627;)Vnamed <init>Lnet/minecraft/client/gui/MapRenderer$MapTexture;<init>(Lnet/minecraft/client/gui/MapRenderer;Lnet/minecraft/item/map/MapState;)V
-
-
Method Details
-
updateTexture
private void updateTexture()- Mappings:
Namespace Name Mixin selector official aLavq$a;a()Vintermediary method_2460Lnet/minecraft/class_682$class_683;method_2460()Vnamed updateTextureLnet/minecraft/client/gui/MapRenderer$MapTexture;updateTexture()V
-
draw
private void draw(boolean bool)- Mappings:
Namespace Name Mixin selector official aLavq$a;a(Z)Vintermediary method_2463Lnet/minecraft/class_682$class_683;method_2463(Z)Vnamed drawLnet/minecraft/client/gui/MapRenderer$MapTexture;draw(Z)V
-