net.minecraft.world.entity.projectile

public class ShulkerBullet

extends Projectile

All mapped superinterfaces:

SyncedDataHolder, Nameable, EntityAccess, ScoreHolder, TraceableEntity

cqt
net.minecraft.world.entity.projectile.ShulkerBullet
net.minecraft.class_1678
net.minecraft.entity.projectile.ShulkerBulletEntity
net.minecraft.src.C_1169_
net.minecraft.world.entity.projectile.EntityShulkerBullet

Field summary

Modifier and TypeField
private static final double
a
SPEED
field_30666
field_30666
f_150183_
private Entity
b
finalTarget
field_7626
target
f_37312_
private Direction
c
currentMoveDirection
field_7628
direction
f_37313_
private int
d
flightSteps
field_7627
stepCount
f_37314_
private double
e
targetDeltaX
field_7635
targetX
f_37315_
private double
f
targetDeltaY
field_7633
targetY
f_37316_
private double
g
targetDeltaZ
field_7625
targetZ
f_37317_
private UUID
h
targetId
field_7632
targetUuid
f_37311_

Constructor summary

ModifierConstructor
public (EntityType<? extends ShulkerBullet> p_37320_, Level arg1)
public (Level world, LivingEntity owner, Entity target, Direction$Axis axis)

Method summary

Modifier and TypeMethod
public SoundSource
dn()
getSoundSource()
method_5634()
getSoundCategory()
m_5720_()
protected void
b(ux arg0)
addAdditionalSaveData(CompoundTag arg0)
method_5652(class_2487 arg0)
writeCustomDataToNbt(NbtCompound arg0)
m_7380_(C_4917_ arg0)
protected void
a(ux arg0)
readAdditionalSaveData(CompoundTag arg0)
method_5749(class_2487 arg0)
readCustomDataFromNbt(NbtCompound arg0)
m_7378_(C_4917_ arg0)
protected void
a(alg$a arg0)
defineSynchedData(SynchedEntityData$Builder arg0)
method_5693(class_2945$class_9222 arg0)
initDataTracker(DataTracker$Builder arg0)
m_8097_(C_5247_$C_313487_ arg0)
private Direction
l()
getMoveDirection()
method_35208()
getDirection()
m_150186_()
private void
a(jm arg0)
setMoveDirection(Direction arg0)
method_7487(class_2350 arg0)
setDirection(Direction direction)
m_37350_(C_4687_ arg0)
private void
a(jm$a arg0)
selectNextMoveDirection(Direction$Axis arg0)
method_7486(class_2350$class_2351 arg0)
changeTargetDirection(Direction$Axis axis)
m_37348_(C_4687_$C_4689_ arg0)
public void
dI()
checkDespawn()
method_5982()
checkDespawn()
m_6043_()
protected double
bd()
getDefaultGravity()
method_7490()
getGravity()
m_319564_()
public void
h()
tick()
method_5773()
tick()
m_8119_()
protected boolean
b(bvk arg0)
canHitEntity(Entity arg0)
method_26958(class_1297 arg0)
canHit(Entity arg0)
m_5603_(C_507_ arg0)
public boolean
bY()
isOnFire()
method_5809()
isOnFire()
m_6060_()
public boolean
a(double arg0)
shouldRenderAtSqrDistance(double arg0)
method_5640(double arg0)
shouldRender(double arg0)
m_6783_(double arg0)
public float
by()
getLightLevelDependentMagicValue()
method_5718()
getBrightnessAtEyes()
m_213856_()
protected void
a(fbv arg0)
onHitEntity(EntityHitResult arg0)
method_7454(class_3966 arg0)
onEntityHit(EntityHitResult arg0)
m_5790_(C_3042_ arg0)
protected void
a(fbu arg0)
onHitBlock(BlockHitResult arg0)
method_24920(class_3965 arg0)
onBlockHit(BlockHitResult arg0)
m_8060_(C_3041_ arg0)
private void
m()
destroy()
method_49723()
destroy()
m_276200_()
protected void
a(fbw arg0)
onHit(HitResult arg0)
method_7488(class_239 arg0)
onCollision(HitResult arg0)
m_6532_(C_3043_ arg0)
public boolean
bH()
isPickable()
method_5863()
canHit()
m_6087_()
public boolean
b(bua arg0)
hurtClient(DamageSource arg0)
method_5643(class_1282 arg0)
clientDamage(DamageSource arg0)
m_8088_(C_489_ arg0)
public boolean
a(ash arg0, bua arg1, float arg2)
hurtServer(ServerLevel arg0, DamageSource arg1, float arg2)
method_64397(class_3218 arg0, class_1282 arg1, float arg2)
damage(ServerWorld arg0, DamageSource arg1, float arg2)
m_351622_(C_12_ p_368578_, C_489_ p_367428_, float arg2)
public void
a(acs arg0)
recreateFromPacket(ClientboundAddEntityPacket arg0)
method_31471(class_2604 arg0)
onSpawnPacket(EntitySpawnS2CPacket arg0)
m_141965_(C_5032_ arg0)