MountSystems.TrackerRemove
Package: com.hypixel.hytale.builtin.mounts
public static class TrackerRemove extends RefChangeSystem<EntityStore, MountedComponent>Reacts to MountedComponent removal on visible entities. When the component is removed:
- If the mount was a block mount, stops the movement animation via
AnimationUtils.stopAnimation. - Queues a
ComponentUpdateType.Mountedremove update to all viewers tracking the entity.
Matches entities with EntityTrackerSystems.Visible.
Watched Component
Section titled “Watched Component”MountedComponent — reacts to removal only; onComponentAdded and onComponentSet are no-ops.
Related Types
Section titled “Related Types”- MountSystems — enclosing class
- MountSystems.TrackerUpdate — handles update packets
Hydex is an independent community resource. Hytale is a trademark of Hypixel Studios. Hydex is not affiliated with or endorsed by Hypixel Studios.