Enum Class EDhApiDebugRendering
java.lang.Object
java.lang.Enum<EDhApiDebugRendering>
com.seibel.distanthorizons.api.enums.rendering.EDhApiDebugRendering
- All Implemented Interfaces:
Serializable,Comparable<EDhApiDebugRendering>,Constable
OFF,
SHOW_DETAIL,
SHOW_GENMODE,
SHOW_OVERLAPPING_QUADS,
SHOW_RENDER_SOURCE_FLAG,
SHOW_DETAIL,
SHOW_GENMODE,
SHOW_OVERLAPPING_QUADS,
SHOW_RENDER_SOURCE_FLAG,
- Since:
- API 2.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionLODs are rendered normallyBlock Materials are often used by Iris shaders to determine how LODs should be renderedLOD colors are based on their detailOnly draw overlapping LOD quads.LOD colors are based on renderSource flags. -
Method Summary
Modifier and TypeMethodDescriptionstatic EDhApiDebugRenderingnext(EDhApiDebugRendering type) static EDhApiDebugRenderingprevious(EDhApiDebugRendering type) static EDhApiDebugRenderingReturns the enum constant of this class with the specified name.static EDhApiDebugRendering[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OFF
LODs are rendered normally -
SHOW_DETAIL
LOD colors are based on their detail -
SHOW_BLOCK_MATERIAL
Block Materials are often used by Iris shaders to determine how LODs should be rendered -
SHOW_OVERLAPPING_QUADS
Only draw overlapping LOD quads. -
SHOW_RENDER_SOURCE_FLAG
LOD colors are based on renderSource flags.
-
-
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
-
next
-
previous
-