mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-26 04:43:45 +00:00
World: improve documentation of World::getPotentialBlockSkyLightAt()
This commit is contained in:
parent
53ebe4f9f9
commit
caf3ec1b54
@ -1302,7 +1302,10 @@ class World implements ChunkManager{
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the raw block skylight level
|
||||
* Returns the highest potential level of sky light at the target coordinates, regardless of the time of day or
|
||||
* weather conditions.
|
||||
* You usually don't want to use this for vanilla gameplay logic; prefer the real sky light instead.
|
||||
* @see World::getRealBlockSkyLightAt()
|
||||
*
|
||||
* @return int 0-15
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user