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.
Methods
Section titled “Methods”public static <ECS_TYPE> NonTicking<ECS_TYPE> get()Returns the singleton instance.
Related Types
Section titled “Related Types”- NonSerialized — the equivalent marker for disabling serialization
- ComponentRegistry — registers the NonTicking type at construction
Hydex is an independent community resource. Hytale is a trademark of Hypixel Studios. Hydex is not affiliated with or endorsed by Hypixel Studios.