mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-22 11:24:02 +00:00
Effect: Added proper documentation on "ambiency"
This commit is contained in:
parent
4bd4d42b82
commit
4c7038f941
@ -259,7 +259,10 @@ class Effect{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns whether the effect is ambient.
|
* Returns whether the effect originated from the ambient environment.
|
||||||
|
* Ambient effects can originate from things such as a Beacon's area of effect radius.
|
||||||
|
* If this flag is set, the amount of visible particles will be reduced by a factor of 5.
|
||||||
|
*
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function isAmbient() : bool{
|
public function isAmbient() : bool{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user