| Package | Description |
|---|---|
| net.minecraft.entity.item | |
| net.minecraft.entity.projectile | |
| net.minecraftforge.event | |
| net.minecraftforge.event.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
EnderPearlEntity |
class |
ExperienceBottleEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
EggEntity |
class |
PotionEntity |
class |
ProjectileItemEntity |
class |
SnowballEntity |
| Constructor and Description |
|---|
ThrowableEntity(EntityType<? extends ThrowableEntity> type,
double x,
double y,
double z,
World worldIn) |
ThrowableEntity(EntityType<? extends ThrowableEntity> type,
LivingEntity livingEntityIn,
World worldIn) |
ThrowableEntity(EntityType<? extends ThrowableEntity> type,
World worldIn) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ForgeEventFactory.onProjectileImpact(ThrowableEntity throwable,
RayTraceResult ray) |
| Modifier and Type | Field and Description |
|---|---|
private ThrowableEntity |
ProjectileImpactEvent.Throwable.throwable |
| Modifier and Type | Method and Description |
|---|---|
ThrowableEntity |
ProjectileImpactEvent.Throwable.getThrowable() |
| Constructor and Description |
|---|
Throwable(ThrowableEntity throwable,
RayTraceResult ray) |