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.repl.impl
/
Graft
Graft
private
class
Graft
(
val
bytes
:
ByteArray
,
val
shadowed
:
Set
<
String
>
)
One class's grafted bytes, plus the keys an added member took off a member already on the class.
Members
Constructors
Graft
Link copied to clipboard
constructor
(
bytes
:
ByteArray
,
shadowed
:
Set
<
String
>
)
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
shadowed
Link copied to clipboard
val
shadowed
:
Set
<
String
>