Package-level declarations
Types
Link copied to clipboard
object BounceHelper
Link copied to clipboard
abstract class CustomTrajectoryEntity(pEntityType: EntityType<out CustomTrajectoryEntity>, pLevel: Level) : Entity, IEntityAdditionalSpawnData
Helper class that implements custom physics required by grenades It updates vanilla position and deltaMovement, alongside the provided center and velocity
Link copied to clipboard
object PhysicsHelper
Link copied to clipboard
class ServerNodeCache
Link copied to clipboard
@Serializable
Link copied to clipboard
@Serializable
Link copied to clipboard
class Trajectory(val hitBlockCB: (SubtickNode.BlockBounceData) -> Unit, val hitEntityCB: (SubtickNode.EntityBounceData) -> Unit, val completeCB: () -> Unit)
Link copied to clipboard
interface TrajectoryNode