Class MapRenderer.MapTexture

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

@Environment(CLIENT) class MapRenderer.MapTexture extends Object implements AutoCloseable
Mappings:
Namespace Name
official cgn$a
intermediary net/minecraft/class_382$class_1800
named net/minecraft/client/gui/MapRenderer$MapTexture
  • Field Details

    • mapState

      private final MapState mapState
      Mappings:
      Namespace Name Mixin selector
      official b Lcgn$a;b:Lcbs;
      intermediary field_7710 Lnet/minecraft/class_382$class_1800;field_7710:Lnet/minecraft/class_89;
      named mapState Lnet/minecraft/client/gui/MapRenderer$MapTexture;mapState:Lnet/minecraft/item/map/MapState;
    • texture

      private final NativeImageBackedTexture texture
      Mappings:
      Namespace Name Mixin selector
      official c Lcgn$a;c:Lddb;
      intermediary field_7711 Lnet/minecraft/class_382$class_1800;field_7711:Lnet/minecraft/class_1636;
      named texture Lnet/minecraft/client/gui/MapRenderer$MapTexture;texture:Lnet/minecraft/client/texture/NativeImageBackedTexture;
    • currentTexture

      private final Identifier currentTexture
      Mappings:
      Namespace Name Mixin selector
      official d Lcgn$a;d:Lpc;
      intermediary field_7712 Lnet/minecraft/class_382$class_1800;field_7712:Lnet/minecraft/class_1653;
      named currentTexture Lnet/minecraft/client/gui/MapRenderer$MapTexture;currentTexture:Lnet/minecraft/util/Identifier;
  • Constructor Details

    • MapTexture

      private MapTexture(MapState mapState)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcgn$a;<init>(Lcgn;Lcbs;)V
      intermediary <init> Lnet/minecraft/class_382$class_1800;<init>(Lnet/minecraft/class_382;Lnet/minecraft/class_89;)V
      named <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 a Lcgn$a;a()V
      intermediary method_6682 Lnet/minecraft/class_382$class_1800;method_6682()V
      named updateTexture Lnet/minecraft/client/gui/MapRenderer$MapTexture;updateTexture()V
    • draw

      private void draw(boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Lcgn$a;a(Z)V
      intermediary method_6685 Lnet/minecraft/class_382$class_1800;method_6685(Z)V
      named draw Lnet/minecraft/client/gui/MapRenderer$MapTexture;draw(Z)V
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Mappings:
      Namespace Name Mixin selector
      official close Lcgn$a;close()V
      intermediary close Lnet/minecraft/class_382$class_1800;close()V
      named close Lnet/minecraft/client/gui/MapRenderer$MapTexture;close()V