net.minecraft.entity.projectile.thrown

public abstract class ThrownEntity

extends ProjectileEntity

All mapped superinterfaces:

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

net.minecraft.world.entity.projectile.ThrowableProjectile
net.minecraft.class_1682
net.minecraft.entity.projectile.thrown.ThrownEntity

Field summary

Modifier and TypeField
private static final float
MIN_CAMERA_DISTANCE_SQUARED
field_52510
field_52510

Constructor summary

ModifierConstructor
protected (EntityType<? extends ThrownEntity> type, World level)
protected (EntityType<? extends ThrownEntity> type, double x, double y, double z, World world)

Method summary

Modifier and TypeMethod
public boolean
shouldRenderAtSqrDistance(double distance)
method_5640(double arg0)
shouldRender(double arg0)
public boolean
canUsePortal(boolean ignorePassenger)
method_5822(boolean arg0)
canUsePortals(boolean arg0)
public void
tick()
method_5773()
tick()
private void
applyInertia()
method_63673()
applyDrag()
private void
handleFirstTickBubbleColumn()
method_65041()
tickInitialBubbleColumnCollision()
protected double
getDefaultGravity()
method_7490()
getGravity()