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.features.command.commands.ingame.creative
/
CommandItemStack
Command
Item
Stack
object
CommandItemStack
:
Command.Factory
,
MinecraftShortcuts
Members
Properties
gpu
Device
Link copied to clipboard
open
val
gpuDevice
:
GpuDevice
interaction
Link copied to clipboard
open
val
interaction
:
MultiPlayerGameMode
mc
Link copied to clipboard
open
val
mc
:
Minecraft
network
Link copied to clipboard
open
val
network
:
ClientPacketListener
player
Link copied to clipboard
open
val
player
:
LocalPlayer
world
Link copied to clipboard
open
val
world
:
ClientLevel
Functions
create
Command
Link copied to clipboard
open
override
fun
createCommand
(
)
:
Command
Creates the
Command
and is run only once by the
CommandManager
.