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

15 lines
350 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS yg net/minecraft/tag/TagManager
FIELD a blocks Lyd;
FIELD b items Lyd;
FIELD c fluids Lyd;
FIELD d entities Lyd;
METHOD a blocks ()Lyd;
METHOD a toPacket (Lit;)V
METHOD a onResourceReload (Lwj;)V
ARG 1 manager
2018-12-12 12:12:26 -05:00
METHOD b items ()Lyd;
METHOD b fromPacket (Lit;)Lyg;
METHOD c fluids ()Lyd;
METHOD d entities ()Lyd;
2018-11-03 05:23:04 -04:00
METHOD e clear ()V