Class MapRenderState

java.lang.Object
net.minecraft.client.render.MapRenderState

@Environment(CLIENT) public class MapRenderState extends Object
Mappings:
Namespace Name
named net/minecraft/client/render/MapRenderState
intermediary net/minecraft/class_10090
official hat
  • Field Details

    • texture

      @Nullable public @Nullable Identifier texture
      Mappings:
      Namespace Name Mixin selector
      named texture Lnet/minecraft/client/render/MapRenderState;texture:Lnet/minecraft/util/Identifier;
      intermediary field_53638 Lnet/minecraft/class_10090;field_53638:Lnet/minecraft/class_2960;
      official a Lhat;a:Lalz;
    • decorations

      public final List<MapRenderState.Decoration> decorations
      Mappings:
      Namespace Name Mixin selector
      named decorations Lnet/minecraft/client/render/MapRenderState;decorations:Ljava/util/List;
      intermediary field_53639 Lnet/minecraft/class_10090;field_53639:Ljava/util/List;
      official b Lhat;b:Ljava/util/List;
  • Constructor Details

    • MapRenderState

      public MapRenderState()