Javadocs
This commit is contained in:
parent
0942942f5a
commit
6a8cecad27
@ -437,6 +437,11 @@ public class CastleManager extends MiniPlugin
|
||||
updateHologram();
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the position of a kingdom
|
||||
* @param king The king
|
||||
* @return The position of that kingdom
|
||||
*/
|
||||
private int getKingPosition(King king)
|
||||
{
|
||||
int position = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user