Add JavaDoc to new classes to comply with the new standards
This commit is contained in:
parent
d75d63a81a
commit
3a8ab581dd
@ -4,12 +4,14 @@ import org.bukkit.entity.Player;
|
||||
import org.bukkit.event.Event;
|
||||
import org.bukkit.event.HandlerList;
|
||||
|
||||
/**
|
||||
* Called when an Incognito player is getting hidden from all other players.
|
||||
*/
|
||||
public class IncognitoHidePlayerEvent extends Event
|
||||
{
|
||||
private static final HandlerList handlers = new HandlerList();
|
||||
|
||||
private Player _player;
|
||||
|
||||
private boolean _cancelled;
|
||||
|
||||
public IncognitoHidePlayerEvent(Player player)
|
||||
|
@ -1,12 +1,15 @@
|
||||
package mineplex.game.clans.clans.event;
|
||||
|
||||
import java.sql.Timestamp;
|
||||
|
||||
import org.bukkit.block.Block;
|
||||
import org.bukkit.entity.Player;
|
||||
import org.bukkit.event.Event;
|
||||
import org.bukkit.event.HandlerList;
|
||||
|
||||
/**
|
||||
* Called before an iron door is opened by right clicking.
|
||||
*
|
||||
* (Custom mechanic in Clans)
|
||||
*/
|
||||
public class IronDoorOpenEvent extends Event
|
||||
{
|
||||
private static final HandlerList handlers = new HandlerList();
|
||||
|
Loading…
Reference in New Issue
Block a user