Interface HudRenderCallback
Deprecated.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
onHudRender
(DrawContext drawContext, RenderTickCounter tickCounter) Deprecated.Called after rendering the whole hud, which is displayed in game, in a world.
-
Field Details
-
EVENT
Deprecated.
-
-
Method Details
-
onHudRender
Deprecated.Called after rendering the whole hud, which is displayed in game, in a world.- Parameters:
drawContext
- theDrawContext
instancetickCounter
- theRenderTickCounter
instance
-
HudLayerRegistrationCallback
instead. For common use cases, seeLayeredDrawerWrapper
.