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

20 lines
509 B
Plaintext
Raw Normal View History

2019-04-18 17:01:39 -04:00
CLASS atn net/minecraft/entity/FallingBlockEntity
2019-04-17 12:41:25 -04:00
FIELD ar hurtEntities Z
FIELD as fallHurtMax I
FIELD at fallHurtAmount F
2019-01-09 12:20:38 -05:00
FIELD b timeFalling I
FIELD c dropItem Z
2019-03-20 13:56:26 -04:00
FIELD d blockEntityData Lib;
2019-04-05 12:03:47 -04:00
FIELD e BLOCK_POS Lqh;
2019-04-18 17:01:39 -04:00
FIELD f block Lbvj;
2019-01-09 12:20:38 -05:00
FIELD g destroyedOnLanding Z
2019-04-18 17:01:39 -04:00
METHOD <init> (Lbhh;DDDLbvj;)V
2018-11-04 07:22:38 -05:00
ARG 1 world
ARG 2 x
ARG 4 y
2019-03-20 13:56:26 -04:00
METHOD a setFallingBlockPos (Lev;)V
METHOD a setHurtEntities (Z)V
2019-03-20 13:56:26 -04:00
METHOD f getFallingBlockPos ()Lev;
2019-04-18 17:01:39 -04:00
METHOD i getWorldClient ()Lbhh;
METHOD k getBlockState ()Lbvj;