mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Fix some doc comments
This commit is contained in:
@ -1113,7 +1113,7 @@ class Level implements ChunkManager, Metadatable{
|
||||
/**
|
||||
* @param Entity $entity
|
||||
* @param AxisAlignedBB $bb
|
||||
* @param boolean $entities
|
||||
* @param bool $entities
|
||||
*
|
||||
* @return AxisAlignedBB[]
|
||||
*/
|
||||
@ -1248,7 +1248,7 @@ class Level implements ChunkManager, Metadatable{
|
||||
* Gets the Block object on the Vector3 location
|
||||
*
|
||||
* @param Vector3 $pos
|
||||
* @param boolean $cached
|
||||
* @param bool $cached
|
||||
*
|
||||
* @return Block
|
||||
*/
|
||||
|
Reference in New Issue
Block a user