net.minecraft.world.entity.projectile

public abstract class AbstractHurtingProjectile

extends Projectile

All mapped superinterfaces:

Nameable, EntityAccess, CommandSource

buj
net.minecraft.world.entity.projectile.AbstractHurtingProjectile
net.minecraft.class_1668
net.minecraft.entity.projectile.ExplosiveProjectileEntity
net.minecraft.src.C_1153_
net.minecraft.world.entity.projectile.EntityFireball

Field summary

Modifier and TypeField
public double
b
xPower
field_7601
powerX
f_36813_
public double
c
yPower
field_7600
powerY
f_36814_
public double
d
zPower
field_7599
powerZ
f_36815_

Constructor summary

ModifierConstructor
protected (EntityType<? extends AbstractHurtingProjectile> p_36834_, Level arg1)
public (EntityType<? extends AbstractHurtingProjectile> type, double x, double y, double z, double directionX, double directionY, double directionZ, Level world)
public (EntityType<? extends AbstractHurtingProjectile> type, LivingEntity owner, double directionX, double directionY, double directionZ, Level world)

Method summary

Modifier and TypeMethod
protected void
a_()
defineSynchedData()
method_5693()
initDataTracker()
m_8097_()
public boolean
a(double arg0)
shouldRenderAtSqrDistance(double arg0)
method_5640(double arg0)
shouldRender(double arg0)
m_6783_(double arg0)
public void
k()
tick()
method_5773()
tick()
m_8119_()
protected boolean
a(bbn arg0)
canHitEntity(Entity arg0)
method_26958(class_1297 arg0)
canHit(Entity arg0)
m_5603_(C_507_ arg0)
protected boolean
M_()
shouldBurn()
method_7468()
isBurning()
m_5931_()
protected ParticleOptions
i()
getTrailParticle()
method_7467()
getParticleType()
m_5967_()
protected float
j()
getInertia()
method_7466()
getDrag()
m_6884_()
public void
b(pj arg0)
addAdditionalSaveData(CompoundTag arg0)
method_5652(class_2487 arg0)
writeCustomDataToNbt(NbtCompound arg0)
m_7380_(C_4917_ arg0)
public void
a(pj arg0)
readAdditionalSaveData(CompoundTag arg0)
method_5749(class_2487 arg0)
readCustomDataFromNbt(NbtCompound arg0)
m_7378_(C_4917_ arg0)
public boolean
bk()
isPickable()
method_5863()
canHit()
m_6087_()
public float
bx()
getPickRadius()
method_5871()
getTargetingMargin()
m_6143_()
public boolean
a(baw arg0, float arg1)
hurt(DamageSource arg0, float arg1)
method_5643(class_1282 arg0, float arg1)
damage(DamageSource arg0, float arg1)
m_6469_(C_489_ p_36840_, float arg1)
public float
bg()
getLightLevelDependentMagicValue()
method_5718()
getBrightnessAtEyes()
m_213856_()
public Packet<?>
S()
getAddEntityPacket()
method_18002()
createSpawnPacket()
m_5654_()
public void
a(tg arg0)
recreateFromPacket(ClientboundAddEntityPacket arg0)
method_31471(class_2604 arg0)
onSpawnPacket(EntitySpawnS2CPacket arg0)
m_141965_(C_5032_ arg0)