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

9 lines
251 B
Plaintext
Raw Normal View History

2018-11-30 06:37:11 -05:00
CLASS fs net/minecraft/particle/ItemStackParticle
FIELD b particleType Lfu;
2018-12-12 12:12:26 -05:00
FIELD c stack Lawo;
2018-12-12 12:22:18 -05:00
METHOD <init> (Lfu;Lawo;)V
2018-11-30 06:37:11 -05:00
ARG 1 particleType
METHOD a asString ()Ljava/lang/String;
METHOD b getParticleType ()Lfu;
2018-12-12 12:12:26 -05:00
METHOD c getItemStack ()Lawo;