LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.injection.mixins.minecraft.text
/
MixinGuiMessage
Mixin
Gui
Message
abstract
class
MixinGuiMessage
:
GuiMessageLineAddition
,
GuiMessageAddition
Members
Constructors
Mixin
Gui
Message
Link copied to clipboard
constructor
(
)
Functions
liquid_
bounce$get
Count
Link copied to clipboard
open
fun
liquid_bounce$getCount
(
)
:
Int
Gets the count stored in this line.
liquid_
bounce$get
Id
Link copied to clipboard
open
fun
liquid_bounce$getId
(
)
:
String
Gets the ID of the chat message.
liquid_
bounce$set
Count
Link copied to clipboard
open
fun
liquid_bounce$setCount
(
count
:
Int
)
Sets the count of the message.
liquid_
bounce$set
Id
Link copied to clipboard
open
fun
liquid_bounce$setId
(
id
:
String
)
Sets the ID for the chat message.