mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
add type doc
This commit is contained in:
@ -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;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user