LocrawEvent
Learn more about LocrawEvent
What is Locraw?
Event information
@Subscribe
public void onLocraw(LocrawEvent event) {
// print out the location of the player
System.out.println("got location: " + event.info.toString());
if(event.info.gameType == LocrawInfo.GameType.BEDWARS) {
System.out.println("in bedwars game!");
}
}Last updated
Was this helpful?