mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-28 10:21:22 +01:00
It's yes or no, not true or false.
This commit is contained in:
parent
7b2a680ead
commit
87bc5edca0
@ -61,21 +61,21 @@ public interface MCAccess {
|
||||
/**
|
||||
* NMS Block static.
|
||||
* @param id
|
||||
* @return MAYBE if undecided, TRUE or FALSE if decided.
|
||||
* @return MAYBE if undecided, YES or NO if decided.
|
||||
*/
|
||||
public AlmostBoolean isBlockSolid(int id);
|
||||
|
||||
/**
|
||||
* NMS Block static..
|
||||
* @param id
|
||||
* @return MAYBE if undecided, TRUE or FALSE if decided.
|
||||
* @return MAYBE if undecided, YES or NO if decided.
|
||||
*/
|
||||
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.
|
||||
* @param player
|
||||
* @return MAYBE if undecided, TRUE or FALSE if decided.
|
||||
* @return MAYBE if undecided, YES or NO if decided.
|
||||
*/
|
||||
public AlmostBoolean isIllegalBounds(Player player);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user