mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
Fixed a mistake in Block->getSide() documentation
side() -> getSide()
This commit is contained in:
parent
79fd9b1c96
commit
b88ffa3bdf
@ -442,7 +442,7 @@ class Block extends Position implements BlockIds, Metadatable{
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the Block on the side $side, works like Vector3::side()
|
||||
* Returns the Block on the side $side, works like Vector3::getSide()
|
||||
*
|
||||
* @param int $side
|
||||
* @param int $step
|
||||
|
Loading…
x
Reference in New Issue
Block a user