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

20 lines
509 B
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS asf net/minecraft/entity/FallingBlockEntity
2019-02-21 13:19:18 -05:00
FIELD aq hurtEntities Z
FIELD ar fallHurtMax I
FIELD as fallHurtAmount F
2019-01-09 12:20:38 -05:00
FIELD b timeFalling I
FIELD c dropItem Z
2019-03-14 08:57:09 -04:00
FIELD d blockEntityData Lia;
FIELD e BLOCK_POS Lqe;
2019-03-14 11:39:51 -04:00
FIELD f block Lbtw;
2019-01-09 12:20:38 -05:00
FIELD g destroyedOnLanding Z
2019-03-14 11:39:51 -04:00
METHOD <init> (Lbfx;DDDLbtw;)V
2018-11-04 07:22:38 -05:00
ARG 1 world
ARG 2 x
ARG 4 y
2019-03-14 08:57:09 -04:00
METHOD a setFallingBlockPos (Leu;)V
METHOD a setHurtEntities (Z)V
2019-03-14 08:57:09 -04:00
METHOD f getFallingBlockPos ()Leu;
2019-03-14 11:39:51 -04:00
METHOD i getWorldClient ()Lbfx;
METHOD k getBlockState ()Lbtw;