Package net.minecraftforge.client.event
Class CustomizeGuiOverlayEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.CustomizeGuiOverlayEvent
- Direct Known Subclasses:
- CustomizeGuiOverlayEvent.BossEventProgress,- CustomizeGuiOverlayEvent.Chat,- CustomizeGuiOverlayEvent.DebugText
public abstract class CustomizeGuiOverlayEvent
extends net.minecraftforge.eventbus.api.Event
Fired when an overlay is about to be rendered to the screen to allow the user to modify it.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classFired before a boss health bar is rendered to the screen.static classFired before the chat messages overlay is rendered to the screen.static classFired before textual information is rendered to the debug 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 SummaryConstructorsModifierConstructorDescriptionprotectedCustomizeGuiOverlayEvent(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- 
CustomizeGuiOverlayEvent@Internal protected CustomizeGuiOverlayEvent(Window window, GuiGraphics guiGraphics, float partialTick) 
 
- 
- 
Method Details- 
getWindow
- 
getGuiGraphics
- 
getPartialTickpublic float getPartialTick()
 
-