Skip to content

Commit

Permalink
It's yes or no, not true or false.
Browse files Browse the repository at this point in the history
  • Loading branch information
asofold committed Oct 26, 2014
1 parent 7b2a680 commit 87bc5ed
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -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);

Expand Down

0 comments on commit 87bc5ed

Please sign in to comment.