Class MapIcon

java.lang.Object
net.minecraft.item.map.MapIcon

public class MapIcon
extends Object
  • Field Details

    • type

      private final MapIcon.Type type
    • x

      private byte x
    • z

      private byte z
    • rotation

      private byte rotation
    • text

      private final Text text
  • Constructor Details

  • Method Details

    • getTypeId

      @Environment(CLIENT) public byte getTypeId()
    • getType

      public MapIcon.Type getType()
    • getX

      public byte getX()
    • getZ

      public byte getZ()
    • getRotation

      public byte getRotation()
    • isAlwaysRendered

      @Environment(CLIENT) public boolean isAlwaysRendered()
    • getText

      @Nullable public Text getText()
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object