yarn/mappings/net/minecraft/particle/ParticleEffect.mapping

13 lines
318 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS ge net/minecraft/particle/ParticleEffect
CLASS ge$a Factory
METHOD b read (Lgf;Lcom/mojang/brigadier/StringReader;)Lge;
ARG 1 type
ARG 2 reader
2019-06-07 07:45:25 -04:00
METHOD b read (Lgf;Ljd;)Lge;
ARG 1 type
ARG 2 buf
METHOD a asString ()Ljava/lang/String;
2019-06-07 07:45:25 -04:00
METHOD a write (Ljd;)V
ARG 1 buf
2019-06-07 07:45:25 -04:00
METHOD b getType ()Lgf;