BasicActionInformation

This class contains basic information about an action.

Constructors

Link copied to clipboard
public void BasicActionInformation(Player player, String arguments)
Create a new basic action information.

Functions

Link copied to clipboard
Get the arguments of the action.
Link copied to clipboard
public Player getPlayer()
Get the player who executed the action.
Link copied to clipboard
public void setArguments(String arguments)
Set the arguments of the action.
Link copied to clipboard
public void setPlayer(Player player)
Set the player who executed the action.

Properties

Link copied to clipboard
Link copied to clipboard
public Player player