Skip to content

Start Tick

Class: UnifiedClientEvents.StartTick

Runs at the beginning of every client tick.

Example

UnifiedEvents.StartTick.access(minecraft -> {
    // your custom behaviour here
});