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.client
/
MixinMinecraft
Mixin
Minecraft
abstract
class
MixinMinecraft
Members
Constructors
Mixin
Minecraft
Link copied to clipboard
constructor
(
)
Properties
game
Mode
Link copied to clipboard
@
Nullable
open
var
gameMode
:
@
Nullable
MultiPlayerGameMode
hit
Result
Link copied to clipboard
@
Nullable
open
var
hitResult
:
@
Nullable
HitResult
level
Link copied to clipboard
@
Nullable
open
var
level
:
@
Nullable
ClientLevel
options
Link copied to clipboard
open
var
options
:
Options
player
Link copied to clipboard
@
Nullable
open
var
player
:
@
Nullable
LocalPlayer
screen
Link copied to clipboard
@
Nullable
open
var
screen
:
@
Nullable
Screen
Functions
get
Connection
Link copied to clipboard
@
Nullable
abstract
fun
getConnection
(
)
:
@
Nullable
ClientPacketListener
get
Current
Server
Link copied to clipboard
@
Nullable
abstract
fun
getCurrentServer
(
)
:
@
Nullable
ServerData
get
Fps
Link copied to clipboard
abstract
fun
getFps
(
)
:
Int
get
User
Link copied to clipboard
abstract
fun
getUser
(
)
:
User
get
Window
Link copied to clipboard
abstract
fun
getWindow
(
)
:
Window
set
Screen
Link copied to clipboard
abstract
fun
setScreen
(
@
Nullable
screen
:
@
Nullable
Screen
)