mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-07 11:10:05 +01:00
Clarify javadocs.
This commit is contained in:
parent
e958e6ef7a
commit
4599194eb0
@ -73,7 +73,10 @@ public interface MCAccess {
|
||||
public AlmostBoolean isBlockLiquid(int id);
|
||||
|
||||
/**
|
||||
* Does only check y bounds, returns false if dead. this is half a check as auxiliary means for PlayerLocation.isIllegal.
|
||||
* Does only check y bounds, returns false if dead. This is called by
|
||||
* PlayerLocation.hasIllegalStance(), PlayerLocation.hasIllegalCoords()
|
||||
* should always be checked first.
|
||||
*
|
||||
* @param player
|
||||
* @return MAYBE if undecided, YES or NO if decided.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user