Uses of Class
net.minecraft.util.math.EntityRayTraceResult
-
Packages that use EntityRayTraceResult Package Description net.minecraft.client.multiplayer net.minecraft.entity.item net.minecraft.entity.projectile net.minecraftforge.client.event -
-
Uses of EntityRayTraceResult in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type EntityRayTraceResult Modifier and Type Method Description ActionResultType
PlayerController. interactAt(PlayerEntity p_187102_1_, Entity p_187102_2_, EntityRayTraceResult p_187102_3_, Hand p_187102_4_)
-
Uses of EntityRayTraceResult in net.minecraft.entity.item
Methods in net.minecraft.entity.item with parameters of type EntityRayTraceResult Modifier and Type Method Description protected void
EnderPearlEntity. onHitEntity(EntityRayTraceResult p_213868_1_)
-
Uses of EntityRayTraceResult in net.minecraft.entity.projectile
Methods in net.minecraft.entity.projectile that return EntityRayTraceResult Modifier and Type Method Description protected EntityRayTraceResult
AbstractArrowEntity. findHitEntity(Vector3d p_213866_1_, Vector3d p_213866_2_)
protected EntityRayTraceResult
TridentEntity. findHitEntity(Vector3d p_213866_1_, Vector3d p_213866_2_)
static EntityRayTraceResult
ProjectileHelper. getEntityHitResult(Entity p_221273_0_, Vector3d p_221273_1_, Vector3d p_221273_2_, AxisAlignedBB p_221273_3_, java.util.function.Predicate<Entity> p_221273_4_, double p_221273_5_)
static EntityRayTraceResult
ProjectileHelper. getEntityHitResult(World p_221269_0_, Entity p_221269_1_, Vector3d p_221269_2_, Vector3d p_221269_3_, AxisAlignedBB p_221269_4_, java.util.function.Predicate<Entity> p_221269_5_)
Methods in net.minecraft.entity.projectile with parameters of type EntityRayTraceResult Modifier and Type Method Description protected void
AbstractArrowEntity. onHitEntity(EntityRayTraceResult p_213868_1_)
protected void
EggEntity. onHitEntity(EntityRayTraceResult p_213868_1_)
protected void
FireballEntity. onHitEntity(EntityRayTraceResult p_213868_1_)
protected void
FireworkRocketEntity. onHitEntity(EntityRayTraceResult p_213868_1_)
protected void
FishingBobberEntity. onHitEntity(EntityRayTraceResult p_213868_1_)
protected void
LlamaSpitEntity. onHitEntity(EntityRayTraceResult p_213868_1_)
protected void
ProjectileEntity. onHitEntity(EntityRayTraceResult p_213868_1_)
protected void
ShulkerBulletEntity. onHitEntity(EntityRayTraceResult p_213868_1_)
protected void
SmallFireballEntity. onHitEntity(EntityRayTraceResult p_213868_1_)
protected void
SnowballEntity. onHitEntity(EntityRayTraceResult p_213868_1_)
protected void
TridentEntity. onHitEntity(EntityRayTraceResult p_213868_1_)
protected void
WitherSkullEntity. onHitEntity(EntityRayTraceResult p_213868_1_)
-
Uses of EntityRayTraceResult in net.minecraftforge.client.event
Methods in net.minecraftforge.client.event that return EntityRayTraceResult Modifier and Type Method Description EntityRayTraceResult
DrawHighlightEvent.HighlightEntity. getTarget()
-