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

76 lines
2.2 KiB
Plaintext

CLASS none/rr net/minecraft/entity/damage/DamageSource
FIELD A magic Z
FIELD B explosive Z
FIELD a IN_FIRE Lnone/rr;
FIELD b LIGHTNING_BOLT Lnone/rr;
FIELD c ON_FIRE Lnone/rr;
FIELD d LAVA Lnone/rr;
FIELD e HOT_FLOOR Lnone/rr;
FIELD f IN_WALL Lnone/rr;
FIELD g DROWN Lnone/rr;
FIELD h STARVE Lnone/rr;
FIELD i CACTUS Lnone/rr;
FIELD j FALL Lnone/rr;
FIELD k FLY_INTO_WALL Lnone/rr;
FIELD l OUT_OF_WORLD Lnone/rr;
FIELD m GENERIC Lnone/rr;
FIELD n MAGIC Lnone/rr;
FIELD o WITHER Lnone/rr;
FIELD p ANVIL Lnone/rr;
FIELD q FALLING_BLOCK Lnone/rr;
FIELD r DRAGON_BREATH Lnone/rr;
FIELD s name Ljava/lang/String;
FIELD u damageToCreative Z
FIELD v unblockable Z
FIELD x fire Z
FIELD y projectile Z
FIELD z scaleWithDifficulty Z
METHOD <init> (Ljava/lang/String;)V
ARG 0 translationKey
METHOD a isProjectile ()Z
METHOD a byPlayer (Lnone/aam;)Lnone/rr;
ARG 0 attacker
METHOD a byArrow (Lnone/aap;Lnone/sg;)Lnone/rr;
ARG 0 projectile
ARG 1 attacker
METHOD a byExplosiveProjectile (Lnone/aas;Lnone/sg;)Lnone/rr;
ARG 0 projectile
ARG 1 attacker
METHOD a byExplosion (Lnone/air;)Lnone/rr;
ARG 0 explosion
METHOD a byThorns (Lnone/sg;)Lnone/rr;
ARG 0 attacker
METHOD a byThrownProjectile (Lnone/sg;Lnone/sg;)Lnone/rr;
ARG 0 projectile
ARG 1 attacker
METHOD a byMobProjectile (Lnone/sg;Lnone/sp;)Lnone/rr;
ARG 0 projectile
ARG 1 attacker
METHOD a byMob (Lnone/sp;)Lnone/rr;
ARG 0 attacker
METHOD b setProjectile ()Lnone/rr;
METHOD b byMagic (Lnone/sg;Lnone/sg;)Lnone/rr;
ARG 0 magic
ARG 1 attacker
METHOD b byExplosion (Lnone/sp;)Lnone/rr;
ARG 0 attacker
METHOD c isExplosive ()Z
METHOD c getDeathMessage (Lnone/sp;)Lnone/fa;
ARG 0 entity
METHOD d setExplosive ()Lnone/rr;
METHOD e ()Z
METHOD g doesDamageToCreative ()Z
METHOD h isUnblockable ()Z
METHOD i getSource ()Lnone/sg;
METHOD j getAttacker ()Lnone/sg;
METHOD l setDamageToCreative ()Lnone/rr;
METHOD m setUnblockable ()Lnone/rr;
METHOD n setFire ()Lnone/rr;
METHOD o isFire ()Z
METHOD p getName ()Ljava/lang/String;
METHOD q setScaledWithDifficulty ()Lnone/rr;
METHOD r isScaledWithDifficulty ()Z
METHOD s setMagic ()Z
METHOD t setMagic ()Lnone/rr;
METHOD u isSourceCreativePlayer ()Z