toggle menu
HopperLib
experimental-1-21-SNAPSHOT
jvm
switch theme
search in API
HopperLib
/
cc.mrcl.hopperlib.ScreenUI
/
ScreenUI
Screen
UI
public
class
ScreenUI
Members
Constructors
Screen
UI
Link copied to clipboard
public
void
ScreenUI
(
Player
player
)
Functions
add
Action
Bar
Link copied to clipboard
public
void
addActionBar
(
String
id
,
Component
component
)
add
Drawing
Layer
Link copied to clipboard
public
void
addDrawingLayer
(
String
id
,
DrawingLayer
layer
)
add
Timed
Action
Bar
Link copied to clipboard
public
void
addTimedActionBar
(
String
id
,
Component
component
,
int tickDuration
)
clear
Drawing
Layers
Link copied to clipboard
public
void
clearDrawingLayers
(
)
get
All
Layer
Ids
Link copied to clipboard
public
List
<
String
>
getAllLayerIds
(
)
get
Drawing
Layer
Link copied to clipboard
public
DrawingLayer
getDrawingLayer
(
String
id
)
public
T
getDrawingLayer
<
T
extends
DrawingLayer
>
(
String
id
,
Class
<
T
>
tClass
)
has
Action
Bar
Link copied to clipboard
public
boolean
hasActionBar
(
String
id
)
has
Drawing
Layer
Link copied to clipboard
public
boolean
hasDrawingLayer
(
String
id
)
is
Active
Link copied to clipboard
public
boolean
isActive
(
)
remove
Action
Bar
Link copied to clipboard
public
void
removeActionBar
(
String
id
)
remove
Drawing
Layer
Link copied to clipboard
public
void
removeDrawingLayer
(
String
id
)
start
Link copied to clipboard
public
void
start
(
)
stop
Link copied to clipboard
public
void
stop
(
)
stop
And
Clear
Link copied to clipboard
public
void
stopAndClear
(
)