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

17 lines
374 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS yl net/minecraft/tag/TagManager
FIELD a blocks Lyi;
FIELD b items Lyi;
FIELD c fluids Lyi;
FIELD d entities Lyi;
METHOD a blocks ()Lyi;
METHOD a toPacket (Lir;)V
2018-12-22 09:46:00 -05:00
ARG 1 buf
2019-01-16 13:24:40 -05:00
METHOD a onResourceReload (Lwo;)V
ARG 1 manager
2019-01-16 13:24:40 -05:00
METHOD b items ()Lyi;
METHOD b fromPacket (Lir;)Lyl;
2018-12-22 09:46:00 -05:00
ARG 0 buf
2019-01-16 13:24:40 -05:00
METHOD c fluids ()Lyi;
METHOD d entities ()Lyi;
2018-11-03 05:23:04 -04:00
METHOD e clear ()V