Skip to content

BlockMountAPI.DidNotMount

Package: com.hypixel.hytale.builtin.mounts

public static enum DidNotMount implements BlockMountAPI.BlockMountResult

Enum of failure reasons returned by BlockMountAPI.mountOnBlock() when a mount attempt does not succeed.

ConstantDescription
CHUNK_NOT_FOUNDThe world chunk containing the target block is not in memory.
CHUNK_REF_NOT_FOUNDThe chunk reference or BlockComponentChunk could not be resolved.
BLOCK_REF_NOT_FOUNDA new chunk-store entity reference for the block could not be created.
INVALID_BLOCKThe BlockType at the target position is null.
ALREADY_MOUNTEDThe entity already has a MountedComponent.
UNKNOWN_BLOCKMOUNT_TYPEThe block has neither seats nor beds configured.
NO_MOUNT_POINT_FOUNDNo available (unoccupied) mount point exists on the block.
Hydex is an independent community resource. Hytale is a trademark of Hypixel Studios. Hydex is not affiliated with or endorsed by Hypixel Studios.