Enum CustomCrafterAPI.VersionType

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum CustomCrafterAPI.VersionType
    extends Enum<CustomCrafterAPI.VersionType>
                        

    Represents the release stage of the Custom Crafter API.

    Use CustomCrafterAPI.VERSION_TYPE to get the current release stage.

    if (CustomCrafterAPI.VERSION_TYPE != CustomCrafterAPI.VersionType.STABLE) {
        logger.warning("CustomCrafter API is not a stable release: ${CustomCrafterAPI.VERSION_TYPE}")
    }
    Since:

    5.2.0