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 ActionResultTypePlayerController. 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 voidEnderPearlEntity. 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 EntityRayTraceResultAbstractArrowEntity. findHitEntity(Vector3d p_213866_1_, Vector3d p_213866_2_)protected EntityRayTraceResultTridentEntity. findHitEntity(Vector3d p_213866_1_, Vector3d p_213866_2_)static EntityRayTraceResultProjectileHelper. 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 EntityRayTraceResultProjectileHelper. 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 voidAbstractArrowEntity. onHitEntity(EntityRayTraceResult p_213868_1_)protected voidEggEntity. onHitEntity(EntityRayTraceResult p_213868_1_)protected voidFireballEntity. onHitEntity(EntityRayTraceResult p_213868_1_)protected voidFireworkRocketEntity. onHitEntity(EntityRayTraceResult p_213868_1_)protected voidFishingBobberEntity. onHitEntity(EntityRayTraceResult p_213868_1_)protected voidLlamaSpitEntity. onHitEntity(EntityRayTraceResult p_213868_1_)protected voidProjectileEntity. onHitEntity(EntityRayTraceResult p_213868_1_)protected voidShulkerBulletEntity. onHitEntity(EntityRayTraceResult p_213868_1_)protected voidSmallFireballEntity. onHitEntity(EntityRayTraceResult p_213868_1_)protected voidSnowballEntity. onHitEntity(EntityRayTraceResult p_213868_1_)protected voidTridentEntity. onHitEntity(EntityRayTraceResult p_213868_1_)protected voidWitherSkullEntity. 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 EntityRayTraceResultDrawHighlightEvent.HighlightEntity. getTarget()
-