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

75 lines
1.9 KiB
Plaintext
Raw Normal View History

2018-11-27 13:50:51 -05:00
CLASS afo net/minecraft/entity/damage/DamageSource
FIELD A fire Z
FIELD B projectile Z
FIELD C scaleWithDifficulty Z
FIELD D magic Z
FIELD E explosive Z
2018-11-27 13:50:51 -05:00
FIELD a IN_FIRE Lafo;
FIELD b LIGHTNING_BOLT Lafo;
FIELD c ON_FIRE Lafo;
FIELD d LAVA Lafo;
FIELD e HOT_FLOOR Lafo;
FIELD f IN_WALL Lafo;
FIELD g CRAMMING Lafo;
FIELD h DROWN Lafo;
FIELD i STARVE Lafo;
FIELD j CACTUS Lafo;
FIELD k FALL Lafo;
FIELD l FLY_INTO_WALL Lafo;
FIELD m OUT_OF_WORLD Lafo;
FIELD n GENERIC Lafo;
FIELD o MAGIC Lafo;
FIELD p WITHER Lafo;
FIELD q ANVIL Lafo;
FIELD r FALLING_BLOCK Lafo;
FIELD s DRAGON_BREATH Lafo;
FIELD t FIREWORKS Lafo;
FIELD u DRYOUT Lafo;
FIELD v name Ljava/lang/String;
FIELD x damageToCreative Z
FIELD y unblockable Z
2018-11-27 13:50:51 -05:00
METHOD a byThorns (Lagf;)Lafo;
2017-05-13 02:02:51 -04:00
ARG 0 attacker
2018-11-27 13:50:51 -05:00
METHOD a byMobProjectile (Lagf;Lago;)Lafo;
2017-05-13 02:02:51 -04:00
ARG 0 projectile
ARG 1 attacker
2018-11-27 13:50:51 -05:00
METHOD a byMob (Lago;)Lafo;
ARG 0 attacker
2018-11-27 13:50:51 -05:00
METHOD a byPlayer (Laqg;)Lafo;
ARG 0 attacker
2018-11-27 13:50:51 -05:00
METHOD a byArrow (Laqk;Lagf;)Lafo;
2017-05-13 02:02:51 -04:00
ARG 0 projectile
ARG 1 attacker
2018-11-27 13:50:51 -05:00
METHOD a byExplosiveProjectile (Laql;Lagf;)Lafo;
2017-05-13 02:02:51 -04:00
ARG 0 projectile
ARG 1 attacker
2018-11-27 13:50:51 -05:00
METHOD a byExplosion (Lbag;)Lafo;
ARG 0 explosion
METHOD b isProjectile ()Z
2018-11-27 13:50:51 -05:00
METHOD b byThrownProjectile (Lagf;Lagf;)Lafo;
2017-05-13 02:02:51 -04:00
ARG 0 projectile
ARG 1 attacker
2018-11-27 13:50:51 -05:00
METHOD b byExplosion (Lago;)Lafo;
2017-05-13 02:02:51 -04:00
ARG 0 attacker
2018-11-27 13:50:51 -05:00
METHOD c setProjectile ()Lafo;
METHOD c byMagic (Lagf;Lagf;)Lafo;
2017-05-13 02:02:51 -04:00
ARG 0 magic
ARG 1 attacker
2018-11-27 13:50:51 -05:00
METHOD c getDeathMessage (Lago;)Lja;
METHOD d isExplosive ()Z
2018-11-27 13:50:51 -05:00
METHOD e setExplosive ()Lafo;
METHOD h doesDamageToCreative ()Z
METHOD i isUnblockable ()Z
2018-11-27 13:50:51 -05:00
METHOD j getSource ()Lagf;
METHOD k getAttacker ()Lagf;
METHOD m setDamageToCreative ()Lafo;
METHOD n setUnblockable ()Lafo;
METHOD o setFire ()Lafo;
METHOD p isFire ()Z
METHOD q getName ()Ljava/lang/String;
2018-11-27 13:50:51 -05:00
METHOD r setScaledWithDifficulty ()Lafo;
METHOD s isScaledWithDifficulty ()Z
METHOD t setMagic ()Z
2018-11-27 13:50:51 -05:00
METHOD u setMagic ()Lafo;
METHOD v isSourceCreativePlayer ()Z