Class DamageSourcePneumaticCraft.DamageSourceDroneOverload

java.lang.Object
net.minecraft.world.damagesource.DamageSource
me.desht.pneumaticcraft.api.DamageSourcePneumaticCraft
me.desht.pneumaticcraft.api.DamageSourcePneumaticCraft.DamageSourceDroneOverload
Enclosing class:
DamageSourcePneumaticCraft

public static class DamageSourcePneumaticCraft.DamageSourceDroneOverload extends DamageSourcePneumaticCraft
  • Nested Class Summary

    Nested classes/interfaces inherited from class me.desht.pneumaticcraft.api.DamageSourcePneumaticCraft

    DamageSourcePneumaticCraft.DamageSourceDroneOverload
  • Field Summary

    Fields inherited from class me.desht.pneumaticcraft.api.DamageSourcePneumaticCraft

    ETCHING_ACID, FREEZING, PLASTIC_BLOCK, PRESSURE, SECURITY_STATION

    Fields inherited from class net.minecraft.world.damagesource.DamageSource

    ANVIL, CACTUS, CRAMMING, DRAGON_BREATH, DROWN, DRY_OUT, FALL, FALLING_BLOCK, FALLING_STALACTITE, FLY_INTO_WALL, FREEZE, GENERIC, HOT_FLOOR, IN_FIRE, IN_WALL, LAVA, LIGHTNING_BOLT, MAGIC, msgId, ON_FIRE, OUT_OF_WORLD, STALAGMITE, STARVE, SWEET_BERRY_BUSH, WITHER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.network.chat.Component
    getLocalizedDeathMessage(net.minecraft.world.entity.LivingEntity dyingEntity)
     

    Methods inherited from class me.desht.pneumaticcraft.api.DamageSourcePneumaticCraft

    isDroneOverload

    Methods inherited from class net.minecraft.world.damagesource.DamageSource

    arrow, badRespawnPointExplosion, bypassArmor, bypassInvul, bypassMagic, damageHelmet, explosion, explosion, fireball, fireworks, getDirectEntity, getEntity, getFoodExhaustion, getMsgId, getSourcePosition, indirectMagic, indirectMobAttack, isBypassArmor, isBypassInvul, isBypassMagic, isCreativePlayer, isDamageHelmet, isExplosion, isFall, isFire, isMagic, isNoAggro, isProjectile, mobAttack, playerAttack, scalesWithDifficulty, setExplosion, setIsFall, setIsFire, setMagic, setNoAggro, setProjectile, setScalesWithDifficulty, sting, thorns, thrown, toString, trident, witherSkull

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DamageSourceDroneOverload

      public DamageSourceDroneOverload(String msgKey, Object... params)
  • Method Details