History - net.minecraft.world.entity.projectile.Projectile
25w18a
Names
ctd
ctt
Fields
UUID: c, ownerUUID, field_22478, ownerUuid, f_37244_
UUID: c, ownerUUID, field_22478
boolean: e, leftOwner, field_23740, leftOwner, f_37246_
boolean: e, leftOwner, field_23740
Entity: d, cachedOwner, field_33399, owner, f_150163_
Entity: d, cachedOwner, field_33399
boolean: f, hasBeenShot, field_28646, shot, f_150164_
boolean: f, hasBeenShot, field_28646
Entity: g, lastDeflectedBy, field_51621, lastDeflectedEntity, f_336827_
Entity: g, lastDeflectedBy, field_51621
boolean: a, DEFAULT_LEFT_OWNER, field_57742, DEFAULT_LEFT_OWNER, f_380925_
boolean: a, DEFAULT_LEFT_OWNER, field_57742
boolean: b, DEFAULT_HAS_BEEN_SHOT, field_57743, DEFAULT_SHOT, f_381299_
boolean: b, DEFAULT_HAS_BEEN_SHOT, field_57743
Constructors
Methods
void (double, double, double, float, float): c, shoot, method_7485, setVelocity, m_6686_
void (double, double, double, float, float): c, shoot, method_7485
void (Entity): c, setOwner, method_7432, setOwner, m_5602_
void (Entity): c, setOwner, method_7432
Entity (): p, getOwner, method_24921, getOwner, m_19749_
Entity (): af_, getOwner, method_24921
void (CompoundTag): b, addAdditionalSaveData, method_5652, writeCustomDataToNbt, m_7380_
void (CompoundTag): a, readAdditionalSaveData, method_5749, readCustomDataFromNbt, m_7378_
void (): g, tick, method_5773, tick, m_8119_
void (): g, tick, method_5773
boolean (): f, checkLeftOwner, method_26961, shouldLeaveOwner, m_37276_
boolean (): f, checkLeftOwner, method_26961
void (Entity, float, float, float, float, float): a, shootFromRotation, method_24919, setVelocity, m_37251_
void (Entity, float, float, float, float, float): a, shootFromRotation, method_24919
void (HitResult): a, onHit, method_7488, onCollision, m_6532_
void (HitResult): a, onHit, method_7488
void (EntityHitResult): a, onHitEntity, method_7454, onEntityHit, m_5790_
void (EntityHitResult): a, onHitEntity, method_7454
void (BlockHitResult): a, onHitBlock, method_24920, onBlockHit, m_8060_
void (BlockHitResult): a, onHitBlock, method_24920
boolean (Entity): b, canHitEntity, method_26958, canHit, m_5603_
boolean (Entity): b, canHitEntity, method_26958
void (): z, updateRotation, method_26962, updateRotation, m_37283_
void (): z, updateRotation, method_26962
float (float, float): f, lerpRotation, method_26960, updateRotation, m_37273_
float (float, float): f, lerpRotation, method_26960
Entity (): y, getEffectSource, method_37225, getEffectCause, m_150173_
Entity (): y, getEffectSource, method_37225
boolean (Entity): e, ownedBy, method_34714, isOwner, m_150171_
boolean (Entity): e, ownedBy, method_34714
void (ClientboundAddEntityPacket): a, recreateFromPacket, method_31471, onSpawnPacket, m_141965_
void (ClientboundAddEntityPacket): a, recreateFromPacket, method_31471
void (Entity): x, restoreFrom, method_5878, copyFrom, m_20361_
void (Entity): x, restoreFrom, method_5878
Vec3 (double, double, double, float, float): d, getMovementToShoot, method_58645, calculateVelocity, m_321027_
Vec3 (double, double, double, float, float): d, getMovementToShoot, method_58645
ProjectileDeflection (HitResult): b, hitTargetOrDeflectSelf, method_59860, hitOrDeflect, m_320847_
ProjectileDeflection (HitResult): b, hitTargetOrDeflectSelf, method_59860
void (Entity, boolean): c, onDeflection, method_59525, onDeflected, m_318614_
void (Entity, boolean): c, onDeflection, method_59525
boolean (): bF, isPickable, method_5863, canHit, m_6087_
boolean (): bI, isPickable, method_5863
float (): bR, getPickRadius, method_5871, getTargetingMargin, m_6143_
float (): bU, getPickRadius, method_5871
boolean (ProjectileDeflection, Entity, Entity, boolean): a, deflect, method_59859, deflect, m_318938_
boolean (ProjectileDeflection, Entity, Entity, boolean): a, deflect, method_59859
Packet<ClientGamePacketListener> (ServerEntity): a, getAddEntityPacket, method_18002, createSpawnPacket, m_5654_
Packet<ClientGamePacketListener> (ServerEntity): a, getAddEntityPacket, method_18002
it.unimi.dsi.fastutil.doubles.DoubleDoubleImmutablePair (LivingEntity, DamageSource): a_, calculateHorizontalHurtKnockbackDirection, method_59959, getKnockback, m_339151_
it.unimi.dsi.fastutil.doubles.DoubleDoubleImmutablePair (LivingEntity, DamageSource): a_, calculateHorizontalHurtKnockbackDirection, method_59959
Entity (UUID): b, findOwner, method_61555, getEntity, m_352922_
Entity (UUID): b, findOwner, method_61555
void (UUID): c, setOwnerThroughUUID, method_64180, setOwner, m_352553_
void (UUID): c, setOwnerThroughUUID, method_64180
<T extends Projectile> T (Projectile$ProjectileFactory<T>, ServerLevel, ItemStack, LivingEntity, float, float, float): a, spawnProjectileFromRotation, method_61549, spawnWithVelocity, m_355573_
<T extends Projectile> T (Projectile$ProjectileFactory<T>, ServerLevel, ItemStack, LivingEntity, float, float, float): a, spawnProjectileFromRotation, method_61549
<T extends Projectile> T (Projectile$ProjectileFactory<T>, ServerLevel, ItemStack, LivingEntity, double, double, double, float, float): a, spawnProjectileUsingShoot, method_61548, spawnWithVelocity, m_354235_
<T extends Projectile> T (Projectile$ProjectileFactory<T>, ServerLevel, ItemStack, LivingEntity, double, double, double, float, float): a, spawnProjectileUsingShoot, method_61548
<T extends Projectile> T (T, ServerLevel, ItemStack, double, double, double, float, float): a, spawnProjectileUsingShoot, method_61552, spawnWithVelocity, m_356237_
<T extends Projectile> T (T, ServerLevel, ItemStack, double, double, double, float, float): a, spawnProjectileUsingShoot, method_61552
<T extends Projectile> T (T, ServerLevel, ItemStack): a, spawnProjectile, method_61551, spawn, m_357181_
<T extends Projectile> T (T, ServerLevel, ItemStack): a, spawnProjectile, method_61551
<T extends Projectile> T (T, ServerLevel, ItemStack, Consumer<T>): a, spawnProjectile, method_61553, spawn, m_353265_
<T extends Projectile> T (T, ServerLevel, ItemStack, Consumer<T>): a, spawnProjectile, method_61553
void (ServerLevel, ItemStack): b, applyOnProjectileSpawned, method_61546, triggerProjectileSpawned, m_354577_
void (ServerLevel, ItemStack): b, applyOnProjectileSpawned, method_61546
boolean (): w, shouldBounceOnWorldBorder, method_62823, deflectsAgainstWorldBorder, m_351769_
boolean (): w, shouldBounceOnWorldBorder, method_62823
void (Item): b, onItemBreak, method_61544, onBroken, m_353833_
void (Item): b, onItemBreak, method_61544
boolean (ServerLevel, BlockPos): c, mayInteract, method_36971, canModifyAt, m_142265_
boolean (ServerLevel, BlockPos): c, mayInteract, method_36971
boolean (ServerLevel): a, mayBreak, method_54457, canBreakBlocks, m_305640_
boolean (ServerLevel): a, mayBreak, method_54457
int (): bW, getDimensionChangingDelay, method_5806, getDefaultPortalCooldown, m_6045_
int (): bZ, getDimensionChangingDelay, method_5806
boolean (ServerLevel, DamageSource, float): a, hurtServer, method_64397, damage, m_351622_
boolean (ServerLevel, DamageSource, float): a, hurtServer, method_64397
void (boolean, BlockPos): a, onAboveBubbleColumn, method_5700, onBubbleColumnSurfaceCollision, m_383930_
void (boolean, BlockPos): a, onAboveBubbleColumn, method_5700
void (boolean): l, onInsideBubbleColumn, method_5764, onBubbleColumnCollision, m_20321_
void (boolean): m, onInsideBubbleColumn, method_5764
void (ValueOutput): a, addAdditionalSaveData, method_5652
void (ValueInput): a, readAdditionalSaveData, method_5749
1.21.5
Names
cpr
ctd
Fields
UUID: a, ownerUUID, field_22478, ownerUuid, f_37244_
UUID: c, ownerUUID, field_22478, ownerUuid, f_37244_
boolean: c, leftOwner, field_23740, leftOwner, f_37246_
boolean: e, leftOwner, field_23740, leftOwner, f_37246_
Entity: b, cachedOwner, field_33399, owner, f_150163_
Entity: d, cachedOwner, field_33399, owner, f_150163_
boolean: d, hasBeenShot, field_28646, shot, f_150164_
boolean: f, hasBeenShot, field_28646, shot, f_150164_
Entity: e, lastDeflectedBy, field_51621, lastDeflectedEntity, f_336827_
Entity: g, lastDeflectedBy, field_51621, lastDeflectedEntity, f_336827_
boolean: a, DEFAULT_LEFT_OWNER, field_57742, DEFAULT_LEFT_OWNER, f_380925_
boolean: b, DEFAULT_HAS_BEEN_SHOT, field_57743, DEFAULT_SHOT, f_381299_
Constructors
Methods
void (): h, tick, method_5773, tick, m_8119_
void (): g, tick, method_5773, tick, m_8119_
boolean (): m, checkLeftOwner, method_26961, shouldLeaveOwner, m_37276_
boolean (): f, checkLeftOwner, method_26961, shouldLeaveOwner, m_37276_
void (): F, updateRotation, method_26962, updateRotation, m_37283_
void (): z, updateRotation, method_26962, updateRotation, m_37283_
Entity (): E, getEffectSource, method_37225, getEffectCause, m_150173_
Entity (): y, getEffectSource, method_37225, getEffectCause, m_150173_
void (Entity, boolean): b, onDeflection, method_59525, onDeflected, m_318614_
void (Entity, boolean): c, onDeflection, method_59525, onDeflected, m_318614_
boolean (): bH, isPickable, method_5863, canHit, m_6087_
boolean (): bF, isPickable, method_5863, canHit, m_6087_
float (): bS, getPickRadius, method_5871, getTargetingMargin, m_6143_
float (): bR, getPickRadius, method_5871, getTargetingMargin, m_6143_
boolean (): C, shouldBounceOnWorldBorder, method_62823, deflectsAgainstWorldBorder, m_351769_
boolean (): w, shouldBounceOnWorldBorder, method_62823, deflectsAgainstWorldBorder, m_351769_
int (): bX, getDimensionChangingDelay, method_5806, getDefaultPortalCooldown, m_6045_
int (): bW, getDimensionChangingDelay, method_5806, getDefaultPortalCooldown, m_6045_
void (boolean, BlockPos): a, onAboveBubbleColumn, method_5700, onBubbleColumnSurfaceCollision, m_383930_
void (boolean): l, onInsideBubbleColumn, method_5764, onBubbleColumnCollision, m_20321_
1.21.4
Names
cqq
cpr
Fields
Constructors
Methods
void (double, double, double): l, lerpMotion, method_5750, setVelocityClient, m_6001_
1.21.3
Names
cnp
cqq
Fields
UUID: b, ownerUUID, field_22478, ownerUuid, f_37244_
UUID: a, ownerUUID, field_22478, ownerUuid, f_37244_
boolean: d, leftOwner, field_23740, leftOwner, f_37246_
boolean: c, leftOwner, field_23740, leftOwner, f_37246_
Entity: c, cachedOwner, field_33399, owner, f_150163_
Entity: b, cachedOwner, field_33399, owner, f_150163_
boolean: e, hasBeenShot, field_28646, shot, f_150164_
boolean: d, hasBeenShot, field_28646, shot, f_150164_
Entity: f, lastDeflectedBy, field_51621, lastDeflectedEntity, f_336827_
Entity: e, lastDeflectedBy, field_51621, lastDeflectedEntity, f_336827_
Constructors
Methods
Entity (): s, getOwner, method_24921, getOwner, m_19749_
Entity (): p, getOwner, method_24921, getOwner, m_19749_
void (): l, tick, method_5773, tick, m_8119_
void (): h, tick, method_5773, tick, m_8119_
boolean (): t, checkLeftOwner, method_26961, shouldLeaveOwner, m_37276_
boolean (): m, checkLeftOwner, method_26961, shouldLeaveOwner, m_37276_
void (): I, updateRotation, method_26962, updateRotation, m_37283_
void (): F, updateRotation, method_26962, updateRotation, m_37283_
float (float, float): e, lerpRotation, method_26960, updateRotation, m_37273_
float (float, float): f, lerpRotation, method_26960, updateRotation, m_37273_
Entity (): H, getEffectSource, method_37225, getEffectCause, m_150173_
Entity (): E, getEffectSource, method_37225, getEffectCause, m_150173_
boolean (Level, BlockPos): a, mayInteract, method_36971, canModifyAt, m_142265_
void (Entity): w, restoreFrom, method_5878, copyFrom, m_20361_
void (Entity): x, restoreFrom, method_5878, copyFrom, m_20361_
boolean (Level): b, mayBreak, method_54457, canBreakBlocks, m_305640_
boolean (): bA, isPickable, method_5863, canHit, m_6087_
boolean (): bH, isPickable, method_5863, canHit, m_6087_
float (): bL, getPickRadius, method_5871, getTargetingMargin, m_6143_
float (): bS, getPickRadius, method_5871, getTargetingMargin, m_6143_
Entity (UUID): b, findOwner, method_61555, getEntity, m_352922_
void (UUID): c, setOwnerThroughUUID, method_64180, setOwner, m_352553_
<T extends Projectile> T (Projectile$ProjectileFactory<T>, ServerLevel, ItemStack, LivingEntity, float, float, float): a, spawnProjectileFromRotation, method_61549, spawnWithVelocity, m_355573_
<T extends Projectile> T (Projectile$ProjectileFactory<T>, ServerLevel, ItemStack, LivingEntity, double, double, double, float, float): a, spawnProjectileUsingShoot, method_61548, spawnWithVelocity, m_354235_
<T extends Projectile> T (T, ServerLevel, ItemStack, double, double, double, float, float): a, spawnProjectileUsingShoot, method_61552, spawnWithVelocity, m_356237_
<T extends Projectile> T (T, ServerLevel, ItemStack): a, spawnProjectile, method_61551, spawn, m_357181_
<T extends Projectile> T (T, ServerLevel, ItemStack, Consumer<T>): a, spawnProjectile, method_61553, spawn, m_353265_
void (ServerLevel, ItemStack): b, applyOnProjectileSpawned, method_61546, triggerProjectileSpawned, m_354577_
boolean (): C, shouldBounceOnWorldBorder, method_62823, deflectsAgainstWorldBorder, m_351769_
void (Item): b, onItemBreak, method_61544, onBroken, m_353833_
boolean (ServerLevel, BlockPos): c, mayInteract, method_36971, canModifyAt, m_142265_
boolean (ServerLevel): a, mayBreak, method_54457, canBreakBlocks, m_305640_
int (): bX, getDimensionChangingDelay, method_5806, getDefaultPortalCooldown, m_6045_
boolean (ServerLevel, DamageSource, float): a, hurtServer, method_64397, damage, m_351622_
1.21.1
Names
Fields
Constructors
Methods
1.21
Names
cnr
cnp
Fields
Entity: f, lastDeflectedBy, field_51621, lastDeflectedEntity, f_336827_
Constructors
Methods
boolean (): u, checkLeftOwner, method_26961, shouldLeaveOwner, m_37276_
boolean (): t, checkLeftOwner, method_26961, shouldLeaveOwner, m_37276_
void (): J, updateRotation, method_26962, updateRotation, m_37283_
void (): I, updateRotation, method_26962, updateRotation, m_37283_
float (float, float): d, lerpRotation, method_26960, updateRotation, m_37273_
float (float, float): e, lerpRotation, method_26960, updateRotation, m_37273_
Entity (): I, getEffectSource, method_37225, getEffectCause, m_150173_
Entity (): H, getEffectSource, method_37225, getEffectCause, m_150173_
Packet<ClientGamePacketListener> (): dl, getAddEntityPacket, method_18002, createSpawnPacket, m_5654_
void (ProjectileDeflection, Entity, Entity, boolean): a, deflect, method_59859, deflect, m_318938_
boolean (): bz, isPickable, method_5863, canHit, m_6087_
boolean (): bA, isPickable, method_5863, canHit, m_6087_
float (): bK, getPickRadius, method_5871, getTargetingMargin, m_6143_
float (): bL, getPickRadius, method_5871, getTargetingMargin, m_6143_
boolean (ProjectileDeflection, Entity, Entity, boolean): a, deflect, method_59859, deflect, m_318938_
Packet<ClientGamePacketListener> (ServerEntity): a, getAddEntityPacket, method_18002, createSpawnPacket, m_5654_
it.unimi.dsi.fastutil.doubles.DoubleDoubleImmutablePair (LivingEntity, DamageSource): a_, calculateHorizontalHurtKnockbackDirection, method_59959, getKnockback, m_339151_
1.20.6
Names
cga
cnr
Fields
Constructors
Methods
void (Entity): b, setOwner, method_7432, setOwner, m_5602_
void (Entity): c, setOwner, method_7432, setOwner, m_5602_
Entity (): w, getOwner, method_24921, getOwner, m_19749_
Entity (): s, getOwner, method_24921, getOwner, m_19749_
boolean (): s, checkLeftOwner, method_26961, shouldLeaveOwner, m_37276_
boolean (): u, checkLeftOwner, method_26961, shouldLeaveOwner, m_37276_
boolean (Entity): a, canHitEntity, method_26958, canHit, m_5603_
boolean (Entity): b, canHitEntity, method_26958, canHit, m_5603_
void (): K, updateRotation, method_26962, updateRotation, m_37283_
void (): J, updateRotation, method_26962, updateRotation, m_37283_
Entity (): J, getEffectSource, method_37225, getEffectCause, m_150173_
Entity (): I, getEffectSource, method_37225, getEffectCause, m_150173_
boolean (Entity): d, ownedBy, method_34714, isOwner, m_150171_
boolean (Entity): e, ownedBy, method_34714, isOwner, m_150171_
Packet<ClientGamePacketListener> (): dj, getAddEntityPacket, method_18002, createSpawnPacket, m_5654_
Packet<ClientGamePacketListener> (): dl, getAddEntityPacket, method_18002, createSpawnPacket, m_5654_
Vec3 (double, double, double, float, float): d, getMovementToShoot, method_58645, calculateVelocity, m_321027_
ProjectileDeflection (HitResult): b, hitTargetOrDeflectSelf, method_59860, hitOrDeflect, m_320847_
void (ProjectileDeflection, Entity, Entity, boolean): a, deflect, method_59859, deflect, m_318938_
void (Entity, boolean): b, onDeflection, method_59525, onDeflected, m_318614_
boolean (): bz, isPickable, method_5863, canHit, m_6087_
float (): bK, getPickRadius, method_5871, getTargetingMargin, m_6143_
1.20.4
Names
ccm
cga
Fields
Constructors
Methods
Entity (): v, getOwner, method_24921, getOwner, m_19749_
Entity (): w, getOwner, method_24921, getOwner, m_19749_
void (): H, updateRotation, method_26962, updateRotation, m_37283_
void (): K, updateRotation, method_26962, updateRotation, m_37283_
Entity (): G, getEffectSource, method_37225, getEffectCause, m_150173_
Entity (): J, getEffectSource, method_37225, getEffectCause, m_150173_
Packet<ClientGamePacketListener> (): di, getAddEntityPacket, method_18002, createSpawnPacket, m_5654_
Packet<ClientGamePacketListener> (): dj, getAddEntityPacket, method_18002, createSpawnPacket, m_5654_
void (Entity): w, restoreFrom, method_5878, copyFrom, m_20361_
boolean (Level): b, mayBreak, method_54457, canBreakBlocks, m_305640_
1.20.2
Names
bzg
ccm
Fields
Constructors
Methods
boolean (): k, checkLeftOwner, method_26961, shouldLeaveOwner, m_37276_
boolean (): s, checkLeftOwner, method_26961, shouldLeaveOwner, m_37276_
void (): C, updateRotation, method_26962, updateRotation, m_37283_
void (): H, updateRotation, method_26962, updateRotation, m_37283_
Entity (): A, getEffectSource, method_37225, getEffectCause, m_150173_
Entity (): G, getEffectSource, method_37225, getEffectCause, m_150173_
Packet<ClientGamePacketListener> (): S, getAddEntityPacket, method_18002, createSpawnPacket, m_5654_
Packet<ClientGamePacketListener> (): di, getAddEntityPacket, method_18002, createSpawnPacket, m_5654_
1.20.1
Names
bze
bzg
Fields
Constructors
Methods
boolean (): j, checkLeftOwner, method_26961, shouldLeaveOwner, m_37276_
boolean (): k, checkLeftOwner, method_26961, shouldLeaveOwner, m_37276_
void (): A, updateRotation, method_26962, updateRotation, m_37283_
void (): C, updateRotation, method_26962, updateRotation, m_37283_
Entity (): z, getEffectSource, method_37225, getEffectCause, m_150173_
Entity (): A, getEffectSource, method_37225, getEffectCause, m_150173_
1.19.4
Names
bxh
bze
Fields
Constructors
Methods
Entity (): x, getOwner, method_24921, getOwner, m_37282_
Entity (): v, getOwner, method_24921, getOwner, m_19749_
boolean (): i, checkLeftOwner, method_26961, shouldLeaveOwner, m_37276_
boolean (): j, checkLeftOwner, method_26961, shouldLeaveOwner, m_37276_
void (): z, updateRotation, method_26962, updateRotation, m_37283_
void (): A, updateRotation, method_26962, updateRotation, m_37283_
Entity (): y, getEffectSource, method_37225, getEffectCause, m_150173_
Entity (): z, getEffectSource, method_37225, getEffectCause, m_150173_
Packet<ClientGamePacketListener> (): T, getAddEntityPacket, method_18002, createSpawnPacket, m_5654_
Packet<ClientGamePacketListener> (): S, getAddEntityPacket, method_18002, createSpawnPacket, m_5654_
1.19.3
Names
buu
bxh
Fields
Constructors
Methods
void (): k, tick, method_5773, tick, m_8119_
void (): l, tick, method_5773, tick, m_8119_
void (double, double, double): k, lerpMotion, method_5750, setVelocityClient, m_6001_
void (double, double, double): l, lerpMotion, method_5750, setVelocityClient, m_6001_
Packet<?> (): S, getAddEntityPacket, method_18002, createSpawnPacket, m_5654_
Packet<ClientGamePacketListener> (): T, getAddEntityPacket, method_18002, createSpawnPacket, m_5654_
1.19.2
Names
Fields
Constructors
Methods
1.19.1
Names
btx
buu
Fields
Constructors
Methods
1.19
Names
boz
btx
Fields
Constructors
Methods
1.18.2
Names
boh
boz
Fields
Constructors
Methods
1.18.1
Names
Fields
Constructors
Methods
1.18
Names
bku
boh
Fields
Constructors
Methods
Entity (): w, getOwner, method_24921, getOwner, m_37282_
Entity (): x, getOwner, method_24921, getOwner, m_37282_
void (Entity, float, float, float, float, float): a, shootFromRotation, method_24919, setProperties, m_37251_
void (Entity, float, float, float, float, float): a, shootFromRotation, method_24919, setVelocity, m_37251_
Entity (): x, getEffectSource, method_37225, getEffectCause, m_150173_
Entity (): y, getEffectSource, method_37225, getEffectCause, m_150173_
Packet<?> (): P, getAddEntityPacket, method_18002, createSpawnPacket, m_5654_
Packet<?> (): S, getAddEntityPacket, method_18002, createSpawnPacket, m_5654_
1.17.1
Names
bkt
bku
Fields
Constructors
Methods
1.17
Names
bgm
bkt
net.minecraft.entity.projectile.ProjectileEntity
net.minecraft.src.C_1167_
Fields
UUID: b, ownerUUID, field_22478, ownerUuid, field_234609_b_
UUID: b, ownerUUID, field_22478, ownerUuid, f_37244_
int: c, ownerNetworkId, field_23739, ownerEntityId, field_234610_c_
boolean: d, leftOwner, field_23740, leftOwner, field_234611_d_
boolean: d, leftOwner, field_23740, leftOwner, f_37246_
Entity: c, cachedOwner, field_33399, owner, f_150163_
boolean: e, hasBeenShot, field_28646, shot, f_150164_
Constructors
Methods
void (double, double, double, float, float): c, shoot, method_7485, setVelocity, func_70186_c
void (double, double, double, float, float): c, shoot, method_7485, setVelocity, m_6686_
void (Entity): b, setOwner, method_7432, setOwner, func_212361_a
void (Entity): b, setOwner, method_7432, setOwner, m_5602_
Entity (): v, getOwner, method_24921, getOwner, func_234616_v_
Entity (): w, getOwner, method_24921, getOwner, m_37282_
void (CompoundTag): b, addAdditionalSaveData, method_5652, writeCustomDataToNbt, func_213281_b
void (CompoundTag): b, addAdditionalSaveData, method_5652, writeCustomDataToNbt, m_7380_
void (CompoundTag): a, readAdditionalSaveData, method_5749, readCustomDataFromNbt, func_70037_a
void (CompoundTag): a, readAdditionalSaveData, method_5749, readCustomDataFromNbt, m_7378_
void (): j, tick, method_5773, tick, func_70071_h_
void (): k, tick, method_5773, tick, m_8119_
boolean (): h, checkLeftOwner, method_26961, method_26961, func_234615_h_
boolean (): i, checkLeftOwner, method_26961, shouldLeaveOwner, m_37276_
void (Entity, float, float, float, float, float): a, shootFromRotation, method_24919, setProperties, func_234612_a_
void (Entity, float, float, float, float, float): a, shootFromRotation, method_24919, setProperties, m_37251_
void (HitResult): a, onHit, method_7488, onCollision, func_70227_a
void (HitResult): a, onHit, method_7488, onCollision, m_6532_
void (EntityHitResult): a, onHitEntity, method_7454, onEntityHit, func_213868_a
void (EntityHitResult): a, onHitEntity, method_7454, onEntityHit, m_5790_
void (BlockHitResult): a, onHitBlock, method_24920, onBlockHit, func_230299_a_
void (BlockHitResult): a, onHitBlock, method_24920, onBlockHit, m_8060_
boolean (Entity): a, canHitEntity, method_26958, method_26958, func_230298_a_
boolean (Entity): a, canHitEntity, method_26958, canHit, m_5603_
void (): x, updateRotation, method_26962, method_26962, func_234617_x_
void (): z, updateRotation, method_26962, updateRotation, m_37283_
float (float, float): e, lerpRotation, method_26960, updateRotation, func_234614_e_
float (float, float): d, lerpRotation, method_26960, updateRotation, m_37273_
void (double, double, double): k, lerpMotion, method_5750, setVelocityClient, func_70016_h
void (double, double, double): k, lerpMotion, method_5750, setVelocityClient, m_6001_
Entity (): x, getEffectSource, method_37225, getEffectCause, m_150173_
boolean (Entity): d, ownedBy, method_34714, isOwner, m_150171_
Packet<?> (): P, getAddEntityPacket, method_18002, createSpawnPacket, m_5654_
void (ClientboundAddEntityPacket): a, recreateFromPacket, method_31471, onSpawnPacket, m_141965_
boolean (Level, BlockPos): a, mayInteract, method_36971, canModifyAt, m_142265_
1.16.5
Names
Fields
Constructors
Methods
void (CompoundTag): b, addAdditionalSaveData, method_5652, writeCustomDataToTag, func_213281_b
void (CompoundTag): b, addAdditionalSaveData, method_5652, writeCustomDataToNbt, func_213281_b
void (CompoundTag): a, readAdditionalSaveData, method_5749, readCustomDataFromTag, func_70037_a
void (CompoundTag): a, readAdditionalSaveData, method_5749, readCustomDataFromNbt, func_70037_a
1.16.4
Names
bgj
bgm
Fields
Constructors
Methods
1.16.3
Names
Fields
Constructors
Methods
1.16.2
Names
bes
bgj
Fields
Constructors
Methods
void (double, double, double): j, lerpMotion, method_5750, setVelocityClient, func_70016_h
void (double, double, double): k, lerpMotion, method_5750, setVelocityClient, func_70016_h
1.16.1
Names
ayy
bes
net.minecraft.entity.projectile.Projectile
net.minecraft.entity.projectile.ProjectileEntity
net.minecraft.entity.IProjectile
net.minecraft.entity.projectile.ProjectileEntity
Fields
UUID: b, ownerUUID, field_22478, ownerUuid, field_234609_b_
int: c, ownerNetworkId, field_23739, ownerEntityId, field_234610_c_
boolean: d, leftOwner, field_23740, leftOwner, field_234611_d_
Constructors
(EntityType<? extends Projectile>, Level)
Methods
void (Entity): b, setOwner, method_7432, setOwner, func_212361_a
Entity (): v, getOwner, method_24921, getOwner, func_234616_v_
void (CompoundTag): b, addAdditionalSaveData, method_5652, writeCustomDataToTag, func_213281_b
void (CompoundTag): a, readAdditionalSaveData, method_5749, readCustomDataFromTag, func_70037_a
void (): j, tick, method_5773, tick, func_70071_h_
boolean (): h, checkLeftOwner, method_26961, method_26961, func_234615_h_
void (Entity, float, float, float, float, float): a, shootFromRotation, method_24919, setProperties, func_234612_a_
void (HitResult): a, onHit, method_7488, onCollision, func_70227_a
void (EntityHitResult): a, onHitEntity, method_7454, onEntityHit, func_213868_a
void (BlockHitResult): a, onHitBlock, method_24920, onBlockHit, func_230299_a_
boolean (Entity): a, canHitEntity, method_26958, method_26958, func_230298_a_
void (): x, updateRotation, method_26962, method_26962, func_234617_x_
float (float, float): e, lerpRotation, method_26960, updateRotation, func_234614_e_
void (double, double, double): j, lerpMotion, method_5750, setVelocityClient, func_70016_h
1.15.2
Names
ayv
ayy
Fields
Constructors
Methods
1.15.1
Names
Fields
Constructors
Methods
1.15
Names
awv
ayv
Fields
Constructors
Methods
1.14.4
Names
awq
awv
net.minecraft.world.entity.projectile.Projectile
Fields
Constructors
Methods
void (double, double, double, float, float): c, method_7485, setVelocity, func_70186_c
void (double, double, double, float, float): c, shoot, method_7485, setVelocity, func_70186_c
1.14.3
Names
awn
awq
net.minecraft.entity.projectile.Projectile
Fields
Constructors
Methods
void (double, double, double, float, float): c, method_7485, func_70186_c
void (double, double, double, float, float): c, method_7485, setVelocity, func_70186_c
1.14.2
Names
Fields
Constructors
Methods
1.14.1
Names
awm
awn
Fields
Constructors
Methods
1.14
Names
aot
awm
net.minecraft.class_1676
Fields
Constructors
Methods
void (double, double, double, float, float): c, func_70186_c
void (double, double, double, float, float): c, method_7485, func_70186_c
1.13.2
Names
aos
aot
Fields
Constructors
Methods
1.13.1
Names
aop
aos
Fields
Constructors
Methods
1.13
Names
aep
aop
Fields
Constructors
Methods
1.12.2
Names
Fields
Constructors
Methods
1.12.1
Names
aen
aep
Fields
Constructors
Methods
1.12
Names
abj
aen
Fields
Constructors
Methods
1.11.2
Names
Fields
Constructors
Methods
1.11.1
Names
abi
abj
Fields
Constructors
Methods
1.11
Names
aab
abi
Fields
Constructors
Methods
1.10.2
Names
Fields
Constructors
Methods
1.10
Names
zs
aab
Fields
Constructors
Methods
1.9.4
Names
Fields
Constructors
Methods
1.9.2
Names
Fields
Constructors
Methods
1.9
Names
wv
zs
Fields
Constructors
Methods
1.8.9
Names
Fields
Constructors
Methods
1.8.8
Names
wv
net.minecraft.entity.IProjectile
Fields
Constructors
Methods
void (double, double, double, float, float): c, func_70186_c