Interface DamageSourcesAccess


public interface DamageSourcesAccess
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.damagesource.DamageSource
    invokeSource(net.minecraft.resources.ResourceKey<net.minecraft.world.damagesource.DamageType> damageTypeKey, @Nullable net.minecraft.world.entity.Entity causingEntity, @Nullable net.minecraft.world.entity.Entity directEntity)
     
  • Method Details

    • invokeSource

      net.minecraft.world.damagesource.DamageSource invokeSource(net.minecraft.resources.ResourceKey<net.minecraft.world.damagesource.DamageType> damageTypeKey, @Nullable @Nullable net.minecraft.world.entity.Entity causingEntity, @Nullable @Nullable net.minecraft.world.entity.Entity directEntity)