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

75 lines
1.9 KiB
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS afr 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-29 15:10:38 -05:00
FIELD a IN_FIRE Lafr;
FIELD b LIGHTNING_BOLT Lafr;
FIELD c ON_FIRE Lafr;
FIELD d LAVA Lafr;
FIELD e HOT_FLOOR Lafr;
FIELD f IN_WALL Lafr;
FIELD g CRAMMING Lafr;
FIELD h DROWN Lafr;
FIELD i STARVE Lafr;
FIELD j CACTUS Lafr;
FIELD k FALL Lafr;
FIELD l FLY_INTO_WALL Lafr;
FIELD m OUT_OF_WORLD Lafr;
FIELD n GENERIC Lafr;
FIELD o MAGIC Lafr;
FIELD p WITHER Lafr;
FIELD q ANVIL Lafr;
FIELD r FALLING_BLOCK Lafr;
FIELD s DRAGON_BREATH Lafr;
FIELD t FIREWORKS Lafr;
FIELD u DRYOUT Lafr;
FIELD v name Ljava/lang/String;
FIELD x damageToCreative Z
FIELD y unblockable Z
2018-11-29 15:10:38 -05:00
METHOD a byThorns (Lagi;)Lafr;
2017-05-13 02:02:51 -04:00
ARG 0 attacker
2018-11-29 15:10:38 -05:00
METHOD a byMobProjectile (Lagi;Lagr;)Lafr;
2017-05-13 02:02:51 -04:00
ARG 0 projectile
ARG 1 attacker
2018-11-29 15:10:38 -05:00
METHOD a byMob (Lagr;)Lafr;
ARG 0 attacker
2018-11-29 15:10:38 -05:00
METHOD a byPlayer (Laqj;)Lafr;
ARG 0 attacker
2018-11-29 15:10:38 -05:00
METHOD a byArrow (Laqn;Lagi;)Lafr;
2017-05-13 02:02:51 -04:00
ARG 0 projectile
ARG 1 attacker
2018-11-29 15:10:38 -05:00
METHOD a byExplosiveProjectile (Laqo;Lagi;)Lafr;
2017-05-13 02:02:51 -04:00
ARG 0 projectile
ARG 1 attacker
2018-11-29 15:10:38 -05:00
METHOD a byExplosion (Lbaj;)Lafr;
ARG 0 explosion
METHOD b isProjectile ()Z
2018-11-29 15:10:38 -05:00
METHOD b byThrownProjectile (Lagi;Lagi;)Lafr;
2017-05-13 02:02:51 -04:00
ARG 0 projectile
ARG 1 attacker
2018-11-29 15:10:38 -05:00
METHOD b byExplosion (Lagr;)Lafr;
2017-05-13 02:02:51 -04:00
ARG 0 attacker
2018-11-29 15:10:38 -05:00
METHOD c setProjectile ()Lafr;
METHOD c byMagic (Lagi;Lagi;)Lafr;
2017-05-13 02:02:51 -04:00
ARG 0 magic
ARG 1 attacker
2018-11-29 15:10:38 -05:00
METHOD c getDeathMessage (Lagr;)Lja;
METHOD d isExplosive ()Z
2018-11-29 15:10:38 -05:00
METHOD e setExplosive ()Lafr;
METHOD h doesDamageToCreative ()Z
METHOD i isUnblockable ()Z
2018-11-29 15:10:38 -05:00
METHOD j getSource ()Lagi;
METHOD k getAttacker ()Lagi;
METHOD m setDamageToCreative ()Lafr;
METHOD n setUnblockable ()Lafr;
METHOD o setFire ()Lafr;
METHOD p isFire ()Z
METHOD q getName ()Ljava/lang/String;
2018-11-29 15:10:38 -05:00
METHOD r setScaledWithDifficulty ()Lafr;
METHOD s isScaledWithDifficulty ()Z
METHOD t setMagic ()Z
2018-11-29 15:10:38 -05:00
METHOD u setMagic ()Lafr;
METHOD v isSourceCreativePlayer ()Z