interface EntityTickingSystem
com.hypixel.hytale.server.core.ecs.system
System interface for processing entities every tick. Implement processTick() to handle per-entity per-frame logic.
interface RefSystem
com.hypixel.hytale.server.core.ecs.system
System interface for processing specific entity references. Use when you need to target a known entity rather than iterate all.