toggle menu
HMCWraps API
1.5.1
jvm
switch theme
search in API
HMCWraps API
/
de.skyslycer.hmcwraps.actions.information
/
GuiActionInformation
Gui
Action
Information
public
class
GuiActionInformation
implements
ActionInformation
Members
Constructors
Gui
Action
Information
Link copied to clipboard
public
void
GuiActionInformation
(
Player
player
,
String
arguments
,
PaginatedGui
gui
,
int slot
)
Properties
arguments
Link copied to clipboard
public
String
arguments
gui
Link copied to clipboard
public
PaginatedGui
gui
player
Link copied to clipboard
public
Player
player
slot
Link copied to clipboard
public
int
slot
Functions
get
Arguments
Link copied to clipboard
public
String
getArguments
(
)
get
Gui
Link copied to clipboard
public
PaginatedGui
getGui
(
)
get
Player
Link copied to clipboard
public
Player
getPlayer
(
)
get
Slot
Link copied to clipboard
public
int
getSlot
(
)
set
Arguments
Link copied to clipboard
public
void
setArguments
(
String
arguments
)
set
Gui
Link copied to clipboard
public
void
setGui
(
PaginatedGui
gui
)
set
Player
Link copied to clipboard
public
void
setPlayer
(
Player
player
)
set
Slot
Link copied to clipboard
public
void
setSlot
(
int slot
)