MountSystems.RemoveMountedHolder
Package: com.hypixel.hytale.builtin.mounts
public static class RemoveMountedHolder extends HolderSystem<EntityStore>Strips the MountedComponent from the entity holder during entity removal. This ensures the component is removed at the holder level (pre-archetype), complementing the ref-level cleanup in RemoveMounted.
Matches entities with MountedComponent.
Behavior
Section titled “Behavior”- onEntityAdd: No-op.
- onEntityRemoved: Calls
holder.removeComponent(mountedComponentType).
Related Types
Section titled “Related Types”- MountSystems — enclosing class
- MountSystems.RemoveMounted — ref-level removal cleanup
Hydex is an independent community resource. Hytale is a trademark of Hypixel Studios. Hydex is not affiliated with or endorsed by Hypixel Studios.