Fixed a mistake in Block->getSide() documentation

side() -> getSide()
This commit is contained in:
Dylan K. Taylor 2017-11-24 15:09:55 +00:00
parent 79fd9b1c96
commit b88ffa3bdf

View File

@ -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 $side
* @param int $step * @param int $step