packagecc.polyfrost.oneconfig.events.event;/** * Called when external HUDs can be rendered. */publicclassHudRenderEvent{/** * How much time has elapsed since the last tick, in ticks. Used for animations. */publicfinalfloatdeltaTicks;publicHudRenderEvent(floatdeltaTicks){this.deltaTicks=deltaTicks;}}