Package | Description |
---|---|
net.minecraft.entity.item | |
net.minecraft.entity.projectile | |
net.minecraftforge.common | |
net.minecraftforge.event | |
net.minecraftforge.event.entity |
Modifier and Type | Class and Description |
---|---|
class |
EntityEnderPearl |
class |
EntityExpBottle |
Modifier and Type | Class and Description |
---|---|
class |
EntityEgg |
class |
EntityPotion |
class |
EntitySnowball |
Modifier and Type | Method and Description |
---|---|
static boolean |
ForgeHooks.onThrowableImpact(EntityThrowable throwable,
RayTraceResult ray)
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ForgeEventFactory.onProjectileImpact(EntityThrowable throwable,
RayTraceResult ray) |
Modifier and Type | Field and Description |
---|---|
private EntityThrowable |
ProjectileImpactEvent.Throwable.throwable |
private EntityThrowable |
ThrowableImpactEvent.throwable
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
EntityThrowable |
ThrowableImpactEvent.getEntityThrowable()
Deprecated.
|
EntityThrowable |
ProjectileImpactEvent.Throwable.getThrowable() |
Constructor and Description |
---|
Throwable(EntityThrowable throwable,
RayTraceResult ray) |
ThrowableImpactEvent(EntityThrowable throwable,
RayTraceResult ray)
Deprecated.
|