toggle menu
HMCWraps API
1.5.1
jvm
switch theme
search in API
HMCWraps API
/
de.skyslycer.hmcwraps.actions.information
/
WrapActionInformation
Wrap
Action
Information
public
class
WrapActionInformation
implements
ActionInformation
Members
Constructors
Wrap
Action
Information
Link copied to clipboard
public
void
WrapActionInformation
(
Wrap
wrap
,
Player
player
,
String
arguments
)
Properties
arguments
Link copied to clipboard
public
String
arguments
player
Link copied to clipboard
public
Player
player
wrap
Link copied to clipboard
public
Wrap
wrap
Functions
get
Arguments
Link copied to clipboard
public
String
getArguments
(
)
get
Player
Link copied to clipboard
public
Player
getPlayer
(
)
get
Wrap
Link copied to clipboard
public
Wrap
getWrap
(
)
set
Arguments
Link copied to clipboard
public
void
setArguments
(
String
arguments
)
set
Player
Link copied to clipboard
public
void
setPlayer
(
Player
player
)
set
Wrap
Link copied to clipboard
public
void
setWrap
(
Wrap
wrap
)