| Package | Description |
|---|---|
| org.cloudburstmc.server.event.entity | |
| org.cloudburstmc.server.level | |
| org.cloudburstmc.server.math |
| Modifier and Type | Method and Description |
|---|---|
MovingObjectPosition |
ProjectileHitEvent.getMovingObjectPosition() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectileHitEvent.setMovingObjectPosition(MovingObjectPosition movingObjectPosition) |
| Constructor and Description |
|---|
ProjectileHitEvent(EntityProjectile entity,
MovingObjectPosition movingObjectPosition) |
| Modifier and Type | Method and Description |
|---|---|
static MovingObjectPosition |
MovingObjectPosition.fromBlock(com.nukkitx.math.vector.Vector3i blockPos,
int side,
com.nukkitx.math.vector.Vector3f hitVector) |
static MovingObjectPosition |
MovingObjectPosition.fromEntity(Entity entity) |
| Modifier and Type | Method and Description |
|---|---|
default MovingObjectPosition |
AxisAlignedBB.calculateIntercept(com.nukkitx.math.vector.Vector3f pos1,
com.nukkitx.math.vector.Vector3f pos2) |
Copyright © 2020. All rights reserved.