mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 15:00:13 +01:00
fixed spelling error in comment
By: durron597 <martin.jared@gmail.com>
This commit is contained in:
parent
dc5b6726dc
commit
a28d7a476c
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ public class CraftBlock implements Block {
|
|||
|
||||
/**
|
||||
* Notch uses a 0-5 to mean Down, Up, East, West, North, South
|
||||
* in that order all over. This method is convience to convert for us.
|
||||
* in that order all over. This method is convenience to convert for us.
|
||||
*
|
||||
* @return BlockFace the BlockFace represented by this number
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue