类 RenderGuiEvent.Pre
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.RenderGuiEvent
net.minecraftforge.client.event.RenderGuiEvent.Pre
- 封闭类:
- RenderGuiEvent
Fired before the HUD is rendered to the screen.
This event is cancellable, and does not have a result.
If this event is cancelled, then the overlay will not be rendered, and the corresponding RenderGuiEvent.Post
event will
not be fired.
This event is fired on the main Forge event bus, only on the logical client.
- 另请参阅:
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraftforge.client.event.RenderGuiEvent
RenderGuiEvent.Post, RenderGuiEvent.Pre
从类继承的嵌套类/接口 net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
构造器概要
构造器 -
方法概要
从类继承的方法 net.minecraftforge.client.event.RenderGuiEvent
getGuiGraphics, getPartialTick, getWindow
从类继承的方法 net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
构造器详细资料
-
Pre
-