Class MapRenderer.MapTexture

java.lang.Object
net.minecraft.client.render.MapRenderer.MapTexture
All Implemented Interfaces:
AutoCloseable
Enclosing class:
MapRenderer

@Environment(CLIENT) private class MapRenderer.MapTexture extends Object implements AutoCloseable
Mappings:
Namespace Name
official dwo$a
intermediary net/minecraft/class_330$class_331
named net/minecraft/client/render/MapRenderer$MapTexture
  • Field Details

    • state

      private MapState state
      Mappings:
      Namespace Name Mixin selector
      official b Ldwo$a;b:Ldht;
      intermediary field_2046 Lnet/minecraft/class_330$class_331;field_2046:Lnet/minecraft/class_22;
      named state Lnet/minecraft/client/render/MapRenderer$MapTexture;state:Lnet/minecraft/item/map/MapState;
    • texture

      private final NativeImageBackedTexture texture
      Mappings:
      Namespace Name Mixin selector
      official c Ldwo$a;c:Lexc;
      intermediary field_2048 Lnet/minecraft/class_330$class_331;field_2048:Lnet/minecraft/class_1043;
      named texture Lnet/minecraft/client/render/MapRenderer$MapTexture;texture:Lnet/minecraft/client/texture/NativeImageBackedTexture;
    • renderLayer

      private final RenderLayer renderLayer
      Mappings:
      Namespace Name Mixin selector
      official d Ldwo$a;d:Lenq;
      intermediary field_21689 Lnet/minecraft/class_330$class_331;field_21689:Lnet/minecraft/class_1921;
      named renderLayer Lnet/minecraft/client/render/MapRenderer$MapTexture;renderLayer:Lnet/minecraft/client/render/RenderLayer;
    • field_34044

      private boolean field_34044
      Mappings:
      Namespace Name Mixin selector
      official e Ldwo$a;e:Z
      intermediary field_34044 Lnet/minecraft/class_330$class_331;field_34044:Z
      named field_34044 Lnet/minecraft/client/render/MapRenderer$MapTexture;field_34044:Z
  • Constructor Details

    • MapTexture

      MapTexture(int int2, MapState mapState)
  • Method Details

    • method_37451

      void method_37451(MapState mapState)
      Mappings:
      Namespace Name Mixin selector
      official a Ldwo$a;a(Ldht;)V
      intermediary method_37451 Lnet/minecraft/class_330$class_331;method_37451(Lnet/minecraft/class_22;)V
      named method_37451 Lnet/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 a Ldwo$a;a()V
      intermediary method_37450 Lnet/minecraft/class_330$class_331;method_37450()V
      named method_37450 Lnet/minecraft/client/render/MapRenderer$MapTexture;method_37450()V
    • updateTexture

      private void updateTexture()
      Mappings:
      Namespace Name Mixin selector
      official b Ldwo$a;b()V
      intermediary method_1776 Lnet/minecraft/class_330$class_331;method_1776()V
      named updateTexture Lnet/minecraft/client/render/MapRenderer$MapTexture;updateTexture()V
    • draw

      void draw(MatrixStack matrices, VertexConsumerProvider vertexConsumers, boolean hidePlayerIcons, int light)
      Mappings:
      Namespace Name Mixin selector
      official a Ldwo$a;a(Ldql;Leni;ZI)V
      intermediary method_1777 Lnet/minecraft/class_330$class_331;method_1777(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;ZI)V
      named draw Lnet/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:
      close in interface AutoCloseable