yarn/mappings/net/minecraft/entity/damage/DamageRecord.mapping

20 lines
565 B
Plaintext
Raw Normal View History

2019-03-27 14:35:10 -04:00
CLASS ahf net/minecraft/entity/damage/DamageRecord
FIELD a damageSource Lahi;
FIELD b entityAge I
FIELD c damage F
FIELD d entityHealth F
FIELD e fallDeathSuffix Ljava/lang/String;
FIELD f fallDistance F
2019-03-27 14:35:10 -04:00
METHOD <init> (Lahi;IFFLjava/lang/String;F)V
2018-11-04 07:22:38 -05:00
ARG 1 damageSource
ARG 2 entityAge
ARG 3 entityOriginalHealth
ARG 4 damage
ARG 5 fallDeathSuffix
2019-03-27 14:35:10 -04:00
METHOD a getDamageSource ()Lahi;
METHOD c getDamage ()F
METHOD f isAttackerLiving ()Z
METHOD g getFallDeathSuffix ()Ljava/lang/String;
2019-03-20 13:56:26 -04:00
METHOD h getAttackerName ()Ljm;
METHOD j getFallDistance ()F