MountSystems.RemoveBlockSeat
Package: com.hypixel.hytale.builtin.mounts
public static class RemoveBlockSeat extends RefSystem<ChunkStore>A ChunkStore system that dismounts all seated entities when a block seat chunk entity is removed. Registered on the chunk store registry by MountPlugin.
Matches chunk entities with BlockMountComponent.
Behavior
Section titled “Behavior”- onEntityAdded: No-op.
- onEntityRemove: Collects all seated entity references from the
BlockMountComponent, removes each from the seat, and schedules removal of the MountedComponent on the world thread for each valid seated entity.
Related Types
Section titled “Related Types”- MountSystems — enclosing class
- BlockMountComponent — the component tracking seated entities
Hydex is an independent community resource. Hytale is a trademark of Hypixel Studios. Hydex is not affiliated with or endorsed by Hypixel Studios.