Interface ClientGuiEvent
@Environment(CLIENT)
public interface ClientGuiEvent
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
static interface
static interface
static interface
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Event<ClientGuiEvent.DebugText>
static final Event<ClientGuiEvent.DebugText>
static final Event<ClientGuiEvent.ScreenInitPost>
static final Event<ClientGuiEvent.ScreenInitPre>
static final Event<ClientGuiEvent.RenderHud>
static final Event<ClientGuiEvent.ScreenRenderPost>
static final Event<ClientGuiEvent.ScreenRenderPre>
static final Event<ClientGuiEvent.SetScreen>
-
Field Details
-
RENDER_HUD
-
DEBUG_TEXT_LEFT
-
DEBUG_TEXT_RIGHT
-
INIT_PRE
-
INIT_POST
-
RENDER_PRE
-
RENDER_POST
-
SET_SCREEN
-