SkyLib
1.1.1
SkyLib
/
de.skyslycer.skylib.actions.information
/
ActionInformation
Action
Information
public
interface
ActionInformation
This class contains information about an action.
Functions
Inheritors
Functions
get
Arguments
Link copied to clipboard
public
abstract
String
getArguments
(
)
Get the arguments of the action.
get
Player
Link copied to clipboard
public
abstract
Player
getPlayer
(
)
Get the player who executed the action.
set
Arguments
Link copied to clipboard
public
abstract
void
setArguments
(
String
arguments
)
Set the arguments of the action.
set
Player
Link copied to clipboard
public
abstract
void
setPlayer
(
Player
player
)
Set the player who executed the action.
Inheritors
BasicActionInformation
Link copied to clipboard