add type doc

This commit is contained in:
Dylan K. Taylor 2017-08-20 14:04:02 +01:00
parent cd02f1e4be
commit d1fd6aef44

View File

@ -58,7 +58,7 @@ class Block extends Position implements BlockIds, Metadatable{
public static $transparent = null;
/** @var \SplFixedArray<bool> */
public static $diffusesSkyLight = null;
/** @var \SplFixedArray */
/** @var \SplFixedArray<float> */
public static $blastResistance = null;
/**