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.probe
/
Probe
/
Channel
Channel
private
class
Channel
(
id
:
String
)
A named channel: its buffer plus a muted flag. Muting drops new writes but keeps existing content.
Members
Constructors
Channel
Link copied to clipboard
constructor
(
id
:
String
)
Properties
buf
Link copied to clipboard
val
buf
:
Buffer
muted
Link copied to clipboard
@
Volatile
var
muted
:
Boolean