Do some work on the JavaDoc

This commit is contained in:
graywolf336
2013-12-28 19:50:55 -06:00
parent ce457fc7bf
commit 4ab48b3659
6 changed files with 59 additions and 14 deletions

View File

@ -10,7 +10,9 @@ import com.graywolf336.jail.beans.Jail;
import com.graywolf336.jail.beans.Prisoner;
/**
* Event thrown when a player is fixing to be jailed, both offline and online players.
* Event thrown before we are jailing a player, both offline and online players.
*
* <p />
*
* This event is called right before we actually jail a player, and is cancellable, whether the player is offline or online, getPlayer() will always return null if isOnline() return false.
*