Reader

private class Reader(val getContents: Method?, val translatable: Class<*>, val getKey: Method)

getContents is null on 1.18.2, where the component IS the translatable rather than holding one.

Constructors

Link copied to clipboard
constructor(getContents: Method?, translatable: Class<*>, getKey: Method)

Properties

Link copied to clipboard
private val getContents: Method?
Link copied to clipboard
private val getKey: Method
Link copied to clipboard
private val translatable: Class<*>

Functions

Link copied to clipboard
fun keyOf(c: Component): String?