Class PotatoProjectileEntity.PotatoDamageSource

java.lang.Object
net.minecraft.world.damagesource.DamageSource
net.minecraft.world.damagesource.EntityDamageSource
net.minecraft.world.damagesource.IndirectEntityDamageSource
com.simibubi.create.content.curiosities.weapons.PotatoProjectileEntity.PotatoDamageSource
Enclosing class:
PotatoProjectileEntity

public static class PotatoProjectileEntity.PotatoDamageSource extends net.minecraft.world.damagesource.IndirectEntityDamageSource
  • Field Summary

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

    entity

    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
    PotatoDamageSource(net.minecraft.world.entity.Entity source, net.minecraft.world.entity.Entity trueSource)
     
  • Method Summary

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

    getDirectEntity, getEntity, getLocalizedDeathMessage

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

    getSourcePosition, isThorns, scalesWithDifficulty, setThorns, toString

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

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

    Methods inherited from class java.lang.Object

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

    • PotatoDamageSource

      public PotatoDamageSource(net.minecraft.world.entity.Entity source, @Nullable net.minecraft.world.entity.Entity trueSource)