Minecraft-MCP
Toggle table of contents
0.0.1-pre
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Minecraft-MCP
common
/
org.js.lolifamily.minecraftmcp.mcp
/
ChatTrust
/
Reader
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.
Members
Constructors
Reader
Link copied to clipboard
constructor
(
getContents
:
Method
?
,
translatable
:
Class
<
*
>
,
getKey
:
Method
)
Properties
get
Contents
Link copied to clipboard
private
val
getContents
:
Method
?
get
Key
Link copied to clipboard
private
val
getKey
:
Method
translatable
Link copied to clipboard
private
val
translatable
:
Class
<
*
>
Functions
key
Of
Link copied to clipboard
fun
keyOf
(
c
:
Component
)
:
String
?