yarn/mappings/net/minecraft/particle/ItemStackParticleParameters...

16 lines
399 B
Plaintext
Raw Normal View History

2019-02-13 12:35:08 -05:00
CLASS fw net/minecraft/particle/ItemStackParticleParameters
CLASS fw$1
METHOD a read (Lfy;Lcom/mojang/brigadier/StringReader;)Lfw;
ARG 1 type
ARG 2 reader
2019-02-13 12:35:08 -05:00
METHOD a read (Lfy;Liw;)Lfw;
ARG 1 type
ARG 2 buf
2019-02-13 12:35:08 -05:00
FIELD a PARAMETERS_FACTORY Lfx$a;
FIELD b particleType Lfy;
FIELD c stack Laxt;
METHOD <init> (Lfy;Laxt;)V
ARG 1 particleType
ARG 2 stack
2019-02-13 12:35:08 -05:00
METHOD c getItemStack ()Laxt;