mirror of
https://github.com/moparisthebest/xAuth
synced 2024-12-21 22:58:51 -05:00
How did that get there..
This commit is contained in:
parent
2f57eaef54
commit
b2da63abdb
@ -4,7 +4,7 @@ import org.bukkit.entity.Player;
|
||||
import org.bukkit.event.block.*;
|
||||
|
||||
/**
|
||||
* Authenticate block listener
|
||||
* Handle events for all Block related events
|
||||
* @author CypherX
|
||||
*/
|
||||
public class xAuthBlockListener extends BlockListener
|
||||
|
@ -4,7 +4,7 @@ import org.bukkit.entity.*;
|
||||
import org.bukkit.event.entity.*;
|
||||
|
||||
/**
|
||||
* Authenticate entity listener
|
||||
* Handle events for all Entity related events
|
||||
* @author CypherX
|
||||
*/
|
||||
public class xAuthEntityListener extends EntityListener
|
||||
|
Loading…
Reference in New Issue
Block a user