Enum Class VanillaGuiOverlay
- All Implemented Interfaces:
Serializable
,Comparable<VanillaGuiOverlay>
,Constable
All the vanilla HUD overlays in the order that they render.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Field Summary
Modifier and TypeFieldDescriptionprivate final ResourceLocation
(package private) final IGuiOverlay
(package private) NamedGuiOverlay
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull ResourceLocation
id()
type()
static VanillaGuiOverlay
Returns the enum constant of this class with the specified name.static VanillaGuiOverlay[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
VIGNETTE
-
SPYGLASS
-
HELMET
-
FROSTBITE
-
PORTAL
-
HOTBAR
-
CROSSHAIR
-
BOSS_EVENT_PROGRESS
-
PLAYER_HEALTH
-
ARMOR_LEVEL
-
FOOD_LEVEL
-
AIR_LEVEL
-
MOUNT_HEALTH
-
JUMP_BAR
-
EXPERIENCE_BAR
-
ITEM_NAME
-
SLEEP_FADE
-
POTION_ICONS
-
DEBUG_TEXT
-
FPS_GRAPH
-
NETWORK_GRAPH
-
RECORD_OVERLAY
-
TITLE_TEXT
-
SUBTITLES
-
SCOREBOARD
-
CHAT_PANEL
-
PLAYER_LIST
-
-
Field Details
-
id
-
overlay
-
type
NamedGuiOverlay type
-
-
Constructor Details
-
VanillaGuiOverlay
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
id
-
type
-