Skip to content
Adri1711 edited this page Dec 12, 2020 · 1 revision

API USAGE

It is a static api so you can use it as RandomEventsAPI.method()

Some examples:

public static List<Match> getMatches();
public static MatchActive getMatch();

//TODO The API will grow up with the suggestions of the buyers

Event Supported:

@EventHandler
public void onReventBegin(ReventBeginEvent event)
{
   //TODO
}
@EventHandler
public void onReventEnd(ReventEndEvent event)
{
   //TODO
}

Clone this wiki locally