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