| Package | Description |
|---|---|
| net.minecraft.client.multiplayer | |
| net.minecraft.entity.projectile | |
| net.minecraftforge.client.event |
| Modifier and Type | Method and Description |
|---|---|
ActionResultType |
PlayerController.interactWithEntity(PlayerEntity player,
Entity target,
EntityRayTraceResult ray,
Hand hand) |
| Modifier and Type | Method and Description |
|---|---|
static EntityRayTraceResult |
ProjectileHelper.rayTraceEntities(Entity shooter,
Vec3d startVec,
Vec3d endVec,
AxisAlignedBB boundingBox,
java.util.function.Predicate<Entity> filter,
double distance) |
protected EntityRayTraceResult |
TridentEntity.rayTraceEntities(Vec3d startVec,
Vec3d endVec) |
protected EntityRayTraceResult |
AbstractArrowEntity.rayTraceEntities(Vec3d startVec,
Vec3d endVec) |
static EntityRayTraceResult |
ProjectileHelper.rayTraceEntities(World worldIn,
Entity projectile,
Vec3d startVec,
Vec3d endVec,
AxisAlignedBB boundingBox,
java.util.function.Predicate<Entity> filter) |
static EntityRayTraceResult |
ProjectileHelper.rayTraceEntities(World worldIn,
Entity projectile,
Vec3d startVec,
Vec3d endVec,
AxisAlignedBB boundingBox,
java.util.function.Predicate<Entity> filter,
double distance) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TridentEntity.onEntityHit(EntityRayTraceResult p_213868_1_) |
protected void |
AbstractArrowEntity.onEntityHit(EntityRayTraceResult p_213868_1_) |
| Modifier and Type | Method and Description |
|---|---|
EntityRayTraceResult |
DrawHighlightEvent.HighlightEntity.getTarget() |