Field Transformer
class FieldTransformer(val scriptIdentifier: Identifier, val props: TransformerPropertiesStore, val targetClassName: String, val name: String, block: FieldNode.() -> Unit) : Transformer<FieldNode> (source)
Applies transformations to a Field.
Constructors
Link copied to clipboard
internal constructor(scriptIdentifier: Identifier, props: TransformerPropertiesStore, targetClassName: String, name: String, block: FieldNode.() -> Unit)