yarn/mappings/net/minecraft/entity/FallingBlockEntity.mapping

20 lines
509 B
Plaintext
Raw Normal View History

2019-02-20 15:49:23 -05:00
CLASS apq net/minecraft/entity/FallingBlockEntity
2019-01-16 13:24:40 -05:00
FIELD au hurtEntities Z
FIELD av fallHurtMax I
FIELD aw fallHurtAmount F
2019-01-09 12:20:38 -05:00
FIELD b timeFalling I
FIELD c dropItem Z
2019-02-20 15:49:23 -05:00
FIELD d blockEntityData Lhx;
FIELD e BLOCK_POS Lpx;
FIELD f block Lbrd;
2019-01-09 12:20:38 -05:00
FIELD g destroyedOnLanding Z
2019-02-20 15:49:23 -05:00
METHOD <init> (Lbde;DDDLbrd;)V
2018-11-04 07:22:38 -05:00
ARG 1 world
ARG 2 x
ARG 4 y
2019-02-13 12:35:08 -05:00
METHOD a setFallingBlockPos (Les;)V
METHOD a setHurtEntities (Z)V
2019-02-20 15:49:23 -05:00
METHOD f getFallingBlockPos ()Les;
METHOD i getWorldClient ()Lbde;
METHOD k getBlockState ()Lbrd;