Skip to content

NonTicking

Package: com.hypixel.hytale.component

public class NonTicking<ECS_TYPE> implements Component<ECS_TYPE>

A marker component that excludes an entity from tick processing. When present in an entity’s archetype, ticking systems skip the entity. The component is a singleton.

public static <ECS_TYPE> NonTicking<ECS_TYPE> get()

Returns the singleton instance.

Hydex is an independent community resource. Hytale is a trademark of Hypixel Studios. Hydex is not affiliated with or endorsed by Hypixel Studios.