Json Hud Component Factory
class JsonHudComponentFactory(val name: String, description: String?, val enabled: Boolean, val singleton: Boolean, alignment: JsonObject, tweaks: Array<HudComponentTweak>?, values: Array<JsonObject>?) : HudComponentFactory
Factory for creating components from JSON deserialization.
Parameters
name
Component name
description
Short description of the component
enabled
Whether the component is enabled
alignment
JSON alignment data
tweaks
Optional tweaks array
values
Optional values array