Class MapRenderState.Decoration

java.lang.Object
net.minecraft.client.render.MapRenderState.Decoration
Enclosing class:
MapRenderState

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

    • sprite

      @Nullable public @Nullable Sprite sprite
      Mappings:
      Namespace Name Mixin selector
      named sprite Lnet/minecraft/client/render/MapRenderState$Decoration;sprite:Lnet/minecraft/client/texture/Sprite;
      intermediary field_53640 Lnet/minecraft/class_10090$class_10091;field_53640:Lnet/minecraft/class_1058;
      official a Lhat$a;a:Lhbk;
    • x

      public byte x
      Mappings:
      Namespace Name Mixin selector
      named x Lnet/minecraft/client/render/MapRenderState$Decoration;x:B
      intermediary field_53641 Lnet/minecraft/class_10090$class_10091;field_53641:B
      official b Lhat$a;b:B
    • z

      public byte z
      Mappings:
      Namespace Name Mixin selector
      named z Lnet/minecraft/client/render/MapRenderState$Decoration;z:B
      intermediary field_53642 Lnet/minecraft/class_10090$class_10091;field_53642:B
      official c Lhat$a;c:B
    • rotation

      public byte rotation
      Mappings:
      Namespace Name Mixin selector
      named rotation Lnet/minecraft/client/render/MapRenderState$Decoration;rotation:B
      intermediary field_53643 Lnet/minecraft/class_10090$class_10091;field_53643:B
      official d Lhat$a;d:B
    • alwaysRendered

      public boolean alwaysRendered
      Mappings:
      Namespace Name Mixin selector
      named alwaysRendered Lnet/minecraft/client/render/MapRenderState$Decoration;alwaysRendered:Z
      intermediary field_53644 Lnet/minecraft/class_10090$class_10091;field_53644:Z
      official e Lhat$a;e:Z
    • name

      @Nullable public @Nullable Text name
      Mappings:
      Namespace Name Mixin selector
      named name Lnet/minecraft/client/render/MapRenderState$Decoration;name:Lnet/minecraft/text/Text;
      intermediary field_53645 Lnet/minecraft/class_10090$class_10091;field_53645:Lnet/minecraft/class_2561;
      official f Lhat$a;f:Lxv;
  • Constructor Details

    • Decoration

      public Decoration()