ActionInformation

public interface ActionInformation

This class contains information about an action.

Functions

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

Inheritors

Link copied to clipboard