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

15 lines
323 B
Plaintext
Raw Normal View History

2018-12-05 09:11:37 -05:00
CLASS cgs net/minecraft/item/map/MapIcon
CLASS cgs$a Direction
FIELD a direction Lcgs$a;
2016-09-12 16:13:50 -04:00
FIELD b x B
FIELD c z B
FIELD d type B
2018-12-05 09:11:37 -05:00
METHOD <init> (Lcgs$a;BBBLjb;)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
2018-12-05 09:11:37 -05:00
METHOD equals (Ljava/lang/Object;)Z
ARG 0 object