Enum Class VanillaGuiOverlay
- All Implemented Interfaces:
- Serializable,- Comparable<VanillaGuiOverlay>,- Constable
All the vanilla HUD overlays in the order that they render.
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescription
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final ResourceLocation(package private) final IGuiOverlay(package private) NamedGuiOverlay
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription@NotNull ResourceLocationid()type()static VanillaGuiOverlayReturns 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
- 
typeNamedGuiOverlay type
 
- 
- 
Constructor Details- 
VanillaGuiOverlay
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
- 
id
- 
type
 
-