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

24 lines
566 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS atr 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-06-07 07:45:25 -04:00
FIELD d blockEntityData Lic;
FIELD e BLOCK_POS Lqi;
2019-06-19 13:48:53 -04:00
FIELD f block Lbvo;
2019-01-09 12:20:38 -05:00
FIELD g destroyedOnLanding Z
2019-06-19 13:48:53 -04:00
METHOD <init> (Lbhm;DDDLbvo;)V
2018-11-04 07:22:38 -05:00
ARG 1 world
ARG 2 x
ARG 4 y
ARG 6 z
ARG 8 block
2019-03-20 13:56:26 -04:00
METHOD a setFallingBlockPos (Lev;)V
ARG 1 pos
METHOD a setHurtEntities (Z)V
ARG 1 hurtEntities
2019-03-20 13:56:26 -04:00
METHOD f getFallingBlockPos ()Lev;
2019-06-19 13:48:53 -04:00
METHOD i getWorldClient ()Lbhm;
METHOD k getBlockState ()Lbvo;