Package net.minecraftforge.client.event
Class RenderGuiEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.RenderGuiEvent
- Direct Known Subclasses:
- RenderGuiEvent.Post,- RenderGuiEvent.Pre
public abstract class RenderGuiEvent
extends net.minecraftforge.eventbus.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.Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Eventnet.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final GuiGraphicsprivate final floatprivate final Window
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedRenderGuiEvent(Window window, GuiGraphics guiGraphics, float partialTick) 
- 
Method SummaryModifier and TypeMethodDescriptionfloatMethods inherited from class net.minecraftforge.eventbus.api.EventgetListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
- 
Field Details- 
window
- 
guiGraphics
- 
partialTickprivate final float partialTick
 
- 
- 
Constructor Details- 
RenderGuiEvent
 
- 
- 
Method Details- 
getWindow
- 
getGuiGraphics
- 
getPartialTickpublic float getPartialTick()
 
-