yarn/mappings/net/minecraft/tag/TagManager.mapping

14 lines
334 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS xz net/minecraft/tag/TagManager
FIELD a blocks Lxw;
FIELD b items Lxw;
FIELD c fluids Lxw;
FIELD d entities Lxw;
METHOD a blocks ()Lxw;
2018-11-27 13:50:51 -05:00
METHOD a toPacket (Liq;)V
2018-11-29 15:10:38 -05:00
METHOD a onResourceReload (Lwc;)V
METHOD b items ()Lxw;
METHOD b fromPacket (Liq;)Lxz;
METHOD c fluids ()Lxw;
METHOD d entities ()Lxw;
2018-11-03 05:23:04 -04:00
METHOD e clear ()V