net.minecraft.entity.projectile

public abstract class AbstractWindChargeEntity

extends ExplosiveProjectileEntity implements FlyingItemEntity

All mapped superinterfaces:

Nameable, EntityLike, UniquelyIdentifiable, ScoreHolder, DataTracked, ComponentsAccess, HeldItemContext, StackReferenceGetter, DebugTrackable, EntryConvertible, Ownable, FlyingItemEntity

net.minecraft.world.entity.projectile.hurtingprojectile.windcharge.AbstractWindCharge
net.minecraft.class_9236
net.minecraft.entity.projectile.AbstractWindChargeEntity

Field summary

Modifier and TypeField
public static final ExplosionBehavior
EXPLOSION_DAMAGE_CALCULATOR
field_50137
EXPLOSION_BEHAVIOR
public static final double
JUMP_SCALE
field_52224
field_52224

Constructor summary

ModifierConstructor
public (EntityType<? extends AbstractWindChargeEntity> type, World level)
public (EntityType<? extends AbstractWindChargeEntity> type, World world, Entity owner, double x, double y, double z)
(EntityType<? extends AbstractWindChargeEntity> type, double x, double y, double z, Vec3d direction, World level)

Method summary

Modifier and TypeMethod
protected Box
makeBoundingBox(Vec3 position)
method_65341(class_243 arg0)
calculateDefaultBoundingBox(Vec3d arg0)
public boolean
canCollideWith(Entity entity)
method_30949(class_1297 arg0)
collidesWith(Entity arg0)
protected boolean
canHitEntity(Entity entity)
method_26958(class_1297 arg0)
canHit(Entity arg0)
protected void
onHitEntity(EntityHitResult hitResult)
method_7454(class_3966 arg0)
onEntityHit(EntityHitResult arg0)
public void
push(double xa, double ya, double za)
method_5762(double arg0, double arg1, double arg2)
addVelocity(double arg0, double arg1, double arg2)
protected abstract void
explode(Vec3 position)
method_55055(class_243 arg0)
createExplosion(Vec3d pos)
protected void
onHitBlock(BlockHitResult hitResult)
method_24920(class_3965 arg0)
onBlockHit(BlockHitResult arg0)
protected void
onHit(HitResult hitResult)
method_7488(class_239 arg0)
onCollision(HitResult arg0)
protected boolean
shouldBurn()
method_7468()
isBurning()
public ItemStack
getItem()
method_7495()
getStack()
protected float
getInertia()
method_7466()
getDrag()
protected float
getLiquidInertia()
method_55583()
getDragInWater()
protected ParticleEffect
getTrailParticle()
method_7467()
getParticleType()
public void
tick()
method_5773()
tick()