Class RenderGuiEvent
java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.client.event.RenderGuiEvent
- Direct Known Subclasses:
- RenderGuiEvent.Post,- RenderGuiEvent.Pre
public abstract class RenderGuiEvent
extends net.neoforged.bus.api.Event
Fired when the HUD is rendered to the screen.
 See the two subclasses for listening to the two possible phases.
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classFired after the HUD is rendered to the screen, if the correspondingRenderGuiEvent.Preis not cancelled.static classFired before the HUD is rendered to the screen.
- 
Field SummaryFields
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedRenderGuiEvent(GuiGraphics guiGraphics, float partialTick) 
- 
Method Summary
- 
Field Details- 
guiGraphics
- 
partialTickprivate final float partialTick
 
- 
- 
Constructor Details- 
RenderGuiEvent
 
- 
- 
Method Details- 
getGuiGraphics
- 
getPartialTickpublic float getPartialTick()
 
-