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

21 lines
565 B
Plaintext
Raw Normal View History

2019-04-18 17:01:39 -04:00
CLASS zd net/minecraft/tag/TagManager
FIELD a blocks Lza;
FIELD b items Lza;
FIELD c fluids Lza;
FIELD d entities Lza;
METHOD a blocks ()Lza;
2019-03-20 13:56:26 -04:00
METHOD a toPacket (Ljc;)V
2018-12-22 09:46:00 -05:00
ARG 1 buf
2019-04-18 17:01:39 -04:00
METHOD a (Lwz$a;Lxe;Lage;Lage;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
2019-04-16 11:51:03 -04:00
ARG 1 helper
ARG 3 prepareProfiler
ARG 4 applyProfiler
ARG 5 prepareExecutor
ARG 6 applyExecutor
2019-04-18 17:01:39 -04:00
METHOD b items ()Lza;
METHOD b fromPacket (Ljc;)Lzd;
2018-12-22 09:46:00 -05:00
ARG 0 buf
2019-04-18 17:01:39 -04:00
METHOD c fluids ()Lza;
METHOD d entities ()Lza;
2018-11-03 05:23:04 -04:00
METHOD e clear ()V