yarn/mappings/net/minecraft/item/map/MapIcon.mapping

15 lines
318 B
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS cil net/minecraft/item/map/MapIcon
CLASS cil$a Direction
FIELD a direction Lcil$a;
2016-09-12 16:13:50 -04:00
FIELD b x B
FIELD c z B
FIELD d type B
2019-01-09 12:20:38 -05:00
METHOD <init> (Lcil$a;BBBLjd;)V
2018-11-04 07:22:38 -05:00
ARG 1 direction
METHOD a getDirection ()B
METHOD c getX ()B
METHOD d getZ ()B
METHOD e getType ()B
2019-01-09 12:20:38 -05:00
METHOD equals (Ljava/lang/Object;)Z
ARG 1 o