Class MapIcon

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

public class MapIcon
extends Object
Mappings:
Namespace Name
official atf
intermediary net/minecraft/class_626
named net/minecraft/item/map/MapIcon
  • Field Details

    • typeId

      private byte typeId
      Mappings:
      Namespace Name Mixin selector
      official a Latf;a:B
      intermediary field_2312 Lnet/minecraft/class_626;field_2312:B
      named typeId Lnet/minecraft/item/map/MapIcon;typeId:B
    • x

      private byte x
      Mappings:
      Namespace Name Mixin selector
      official b Latf;b:B
      intermediary field_2313 Lnet/minecraft/class_626;field_2313:B
      named x Lnet/minecraft/item/map/MapIcon;x:B
    • y

      private byte y
      Mappings:
      Namespace Name Mixin selector
      official c Latf;c:B
      intermediary field_2314 Lnet/minecraft/class_626;field_2314:B
      named y Lnet/minecraft/item/map/MapIcon;y:B
    • rot

      private byte rot
      Mappings:
      Namespace Name Mixin selector
      official d Latf;d:B
      intermediary field_2315 Lnet/minecraft/class_626;field_2315:B
      named rot Lnet/minecraft/item/map/MapIcon;rot:B
  • Constructor Details

    • MapIcon

      public MapIcon​(byte typeId, byte x, byte y, byte rot)
      Mappings:
      Namespace Name Mixin selector
      official <init> Latf;<init>(BBBB)V
      intermediary <init> Lnet/minecraft/class_626;<init>(BBBB)V
      named <init> Lnet/minecraft/item/map/MapIcon;<init>(BBBB)V
    • MapIcon

      public MapIcon​(MapIcon copy)
      Mappings:
      Namespace Name Mixin selector
      official <init> Latf;<init>(Latf;)V
      intermediary <init> Lnet/minecraft/class_626;<init>(Lnet/minecraft/class_626;)V
      named <init> Lnet/minecraft/item/map/MapIcon;<init>(Lnet/minecraft/item/map/MapIcon;)V
  • Method Details

    • getTypeId

      public byte getTypeId()
      Mappings:
      Namespace Name Mixin selector
      official a Latf;a()B
      intermediary method_1894 Lnet/minecraft/class_626;method_1894()B
      named getTypeId Lnet/minecraft/item/map/MapIcon;getTypeId()B
    • getX

      public byte getX()
      Mappings:
      Namespace Name Mixin selector
      official b Latf;b()B
      intermediary method_1895 Lnet/minecraft/class_626;method_1895()B
      named getX Lnet/minecraft/item/map/MapIcon;getX()B
    • getY

      public byte getY()
      Mappings:
      Namespace Name Mixin selector
      official c Latf;c()B
      intermediary method_1896 Lnet/minecraft/class_626;method_1896()B
      named getY Lnet/minecraft/item/map/MapIcon;getY()B
    • getRotation

      public byte getRotation()
      Mappings:
      Namespace Name Mixin selector
      official d Latf;d()B
      intermediary method_1897 Lnet/minecraft/class_626;method_1897()B
      named getRotation Lnet/minecraft/item/map/MapIcon;getRotation()B
    • equals

      public boolean equals​(Object object)
      Overrides:
      equals in class Object
      Mappings:
      Namespace Name Mixin selector
      official equals Latf;equals(Ljava/lang/Object;)Z
      intermediary equals Lnet/minecraft/class_626;equals(Ljava/lang/Object;)Z
      named equals Lnet/minecraft/item/map/MapIcon;equals(Ljava/lang/Object;)Z
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
      Mappings:
      Namespace Name Mixin selector
      official hashCode Latf;hashCode()I
      intermediary hashCode Lnet/minecraft/class_626;hashCode()I
      named hashCode Lnet/minecraft/item/map/MapIcon;hashCode()I