MixinGameRenderer

abstract class MixinGameRenderer

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val minecraft: Minecraft

Functions

Link copied to clipboard
open fun drawItemCharms(instance: ItemInHandRenderer, tickProgress: Float, matrices: PoseStack, orderedRenderCommandQueue: SubmitNodeCollector, player: LocalPlayer, light: Int, original: Operation<Void>)
Link copied to clipboard
open fun hookGameRender(callbackInfo: CallbackInfo)
Hook game render event
Link copied to clipboard
open fun hookScreenRender(tickCounter: DeltaTracker, tick: Boolean, ci: CallbackInfo, drawContext: GuiGraphics)
Hook screen render event
Link copied to clipboard
open fun hookWorldRender(deltaTracker: DeltaTracker, ci: CallbackInfo, projectionMatrix: Matrix4f, modelViewMatrix: Matrix4f)
Hook world render event
Link copied to clipboard
abstract fun tick()