Class EntityDamageSource

java.lang.Object
net.minecraft.entity.damage.DamageSource
net.minecraft.entity.damage.EntityDamageSource
Direct Known Subclasses:
ProjectileDamageSource

public class EntityDamageSource extends DamageSource
Mappings:
Namespace Name
official bda
intermediary net/minecraft/class_1285
named net/minecraft/entity/damage/EntityDamageSource
  • Field Details

    • source

      protected final Entity source
      Mappings:
      Namespace Name Mixin selector
      official w Lbda;w:Lbdr;
      intermediary field_5879 Lnet/minecraft/class_1285;field_5879:Lnet/minecraft/class_1297;
      named source Lnet/minecraft/entity/damage/EntityDamageSource;source:Lnet/minecraft/entity/Entity;
    • thorns

      private boolean thorns
      Mappings:
      Namespace Name Mixin selector
      official x Lbda;x:Z
      intermediary field_5880 Lnet/minecraft/class_1285;field_5880:Z
      named thorns Lnet/minecraft/entity/damage/EntityDamageSource;thorns:Z
  • Constructor Details

    • EntityDamageSource

      public EntityDamageSource(String name, Entity source)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbda;<init>(Ljava/lang/String;Lbdr;)V
      intermediary <init> Lnet/minecraft/class_1285;<init>(Ljava/lang/String;Lnet/minecraft/class_1297;)V
      named <init> Lnet/minecraft/entity/damage/EntityDamageSource;<init>(Ljava/lang/String;Lnet/minecraft/entity/Entity;)V
  • Method Details

    • setThorns

      public EntityDamageSource setThorns()
      Mappings:
      Namespace Name Mixin selector
      official E Lbda;E()Lbda;
      intermediary method_5550 Lnet/minecraft/class_1285;method_5550()Lnet/minecraft/class_1285;
      named setThorns Lnet/minecraft/entity/damage/EntityDamageSource;setThorns()Lnet/minecraft/entity/damage/EntityDamageSource;
    • isThorns

      public boolean isThorns()
      Mappings:
      Namespace Name Mixin selector
      official F Lbda;F()Z
      intermediary method_5549 Lnet/minecraft/class_1285;method_5549()Z
      named isThorns Lnet/minecraft/entity/damage/EntityDamageSource;isThorns()Z
    • getAttacker

      public Entity getAttacker()
      Overrides:
      getAttacker in class DamageSource
      Mappings:
      Namespace Name Mixin selector
      official l Lbcz;l()Lbdr;
      intermediary method_5529 Lnet/minecraft/class_1282;method_5529()Lnet/minecraft/class_1297;
      named getAttacker Lnet/minecraft/entity/damage/DamageSource;getAttacker()Lnet/minecraft/entity/Entity;
    • getDeathMessage

      public Text getDeathMessage(LivingEntity entity)
      Overrides:
      getDeathMessage in class DamageSource
      Mappings:
      Namespace Name Mixin selector
      official a Lbcz;a(Lbeg;)Lss;
      intermediary method_5506 Lnet/minecraft/class_1282;method_5506(Lnet/minecraft/class_1309;)Lnet/minecraft/class_2561;
      named getDeathMessage Lnet/minecraft/entity/damage/DamageSource;getDeathMessage(Lnet/minecraft/entity/LivingEntity;)Lnet/minecraft/text/Text;
    • isScaledWithDifficulty

      public boolean isScaledWithDifficulty()
      Overrides:
      isScaledWithDifficulty in class DamageSource
      Mappings:
      Namespace Name Mixin selector
      official x Lbcz;x()Z
      intermediary method_5514 Lnet/minecraft/class_1282;method_5514()Z
      named isScaledWithDifficulty Lnet/minecraft/entity/damage/DamageSource;isScaledWithDifficulty()Z
    • getPosition

      @Nullable public @Nullable Vec3d getPosition()
      Overrides:
      getPosition in class DamageSource
      Mappings:
      Namespace Name Mixin selector
      official D Lbcz;D()Leae;
      intermediary method_5510 Lnet/minecraft/class_1282;method_5510()Lnet/minecraft/class_243;
      named getPosition Lnet/minecraft/entity/damage/DamageSource;getPosition()Lnet/minecraft/util/math/Vec3d;
    • toString

      public String toString()
      Overrides:
      toString in class DamageSource