BuilderDescriptorState
Package: com.hypixel.hytale.server.npc.asset.builder
public enum BuilderDescriptorStateDefines the lifecycle state of a builder type or attribute. Used by BuilderDescriptor and BuilderAttributeDescriptor to communicate maturity and deprecation to tooling and documentation.
Constants
Section titled “Constants”| Constant | Description |
|---|---|
Unknown | State has not been classified. |
WorkInProgress | Under active development; may change without notice. |
Experimental | Available for testing but not guaranteed stable. |
Stable | Fully supported and expected to remain unchanged. |
Deprecated | Scheduled for removal. The Builder interface’s isDeprecated() default method checks for this value. |
Related Types
Section titled “Related Types”- BuilderDescriptor — uses this enum for builder-level state
- BuilderAttributeDescriptor — uses this enum for attribute-level state
- Builder —
isDeprecated()checks againstDeprecated
Hydex is an independent community resource. Hytale is a trademark of Hypixel Studios. Hydex is not affiliated with or endorsed by Hypixel Studios.