MixinGameRenderer

abstract class MixinGameRenderer

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun hookGameRender(callbackInfo: CallbackInfo)
Hook game render event
Link copied to clipboard
open fun hookWorldRender(deltaTracker: DeltaTracker, ci: CallbackInfo, projectionMatrix: Matrix4f, modelViewMatrix: Matrix4fc)
Hook world render event
Link copied to clipboard
abstract fun tick()