MountedHitBox

Represents a hitbox that has an entity mounted on it.

Since

1.15.2

Parameters

entity

the mounted entity

hitBox

the hitbox itself

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun dismount()
Dismounts the entity from the hitbox.
Link copied to clipboard
open fun dismountAll()
Dismounts all entities from the hitbox.
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String