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.creativetab
/
CustomCreativeModeTab
Custom
Creative
Mode
Tab
open
class
CustomCreativeModeTab
(
val
plainName
:
String
,
val
icon
:
Supplier
<
ItemStack
>
,
val
items
:
Consumer
<
CreativeModeTab.Output
>
)
An item group from the client
Inheritors
ExploitsCreativeModeTab
HeadsCreativeModeTab
Members
Constructors
Custom
Creative
Mode
Tab
Link copied to clipboard
constructor
(
plainName
:
String
,
icon
:
Supplier
<
ItemStack
>
,
items
:
Consumer
<
CreativeModeTab.Output
>
)
Properties
icon
Link copied to clipboard
val
icon
:
Supplier
<
ItemStack
>
items
Link copied to clipboard
val
items
:
Consumer
<
CreativeModeTab.Output
>
plain
Name
Link copied to clipboard
val
plainName
:
String
Functions
init
Link copied to clipboard
fun
init
(
)
:
CreativeModeTab