SkyLib
1.1.1
SkyLib
/
de.skyslycer.skylib.actions.information
/
BasicActionInformation
Basic
Action
Information
public
class
BasicActionInformation
implements
ActionInformation
This class contains basic information about an action.
Constructors
Functions
Properties
Constructors
Basic
Action
Information
Link copied to clipboard
public
void
BasicActionInformation
(
Player
player
,
String
arguments
)
Create a new basic action information.
Functions
get
Arguments
Link copied to clipboard
public
String
getArguments
(
)
Get the arguments of the action.
get
Player
Link copied to clipboard
public
Player
getPlayer
(
)
Get the player who executed the action.
set
Arguments
Link copied to clipboard
public
void
setArguments
(
String
arguments
)
Set the arguments of the action.
set
Player
Link copied to clipboard
public
void
setPlayer
(
Player
player
)
Set the player who executed the action.
Properties
arguments
Link copied to clipboard
public
String
arguments
player
Link copied to clipboard
public
Player
player