Interface ClientGuiEvent
@Environment(CLIENT)
public interface ClientGuiEvent
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
-
Field Summary
Modifier 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.ContainerScreenRenderBackground>
static final Event<ClientGuiEvent.ContainerScreenRenderForeground>
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
-
RENDER_CONTAINER_BACKGROUND
-
RENDER_CONTAINER_FOREGROUND
-
SET_SCREEN
-