Class VanillaGuiLayers
java.lang.Object
net.neoforged.neoforge.client.gui.VanillaGuiLayers
Identifiers for the vanilla
LayeredDraw.Layer
, in the order that they render.
The corresponding rendering code can be found in the source code of Gui
.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
-
Constructor Summary
-
Method Summary
-
Field Details
-
CAMERA_OVERLAYS
-
CROSSHAIR
-
HOTBAR
-
JUMP_METER
-
EXPERIENCE_BAR
-
PLAYER_HEALTH
-
ARMOR_LEVEL
-
FOOD_LEVEL
-
VEHICLE_HEALTH
-
AIR_LEVEL
-
SELECTED_ITEM_NAME
-
SPECTATOR_TOOLTIP
-
EXPERIENCE_LEVEL
-
EFFECTS
-
BOSS_OVERLAY
-
SLEEP_OVERLAY
-
DEMO_OVERLAY
-
DEBUG_OVERLAY
-
SCOREBOARD_SIDEBAR
-
OVERLAY_MESSAGE
-
TITLE
-
CHAT
-
TAB_LIST
-
SUBTITLE_OVERLAY
-
SAVING_INDICATOR
-
-
Constructor Details
-
VanillaGuiLayers
public VanillaGuiLayers()
-