Added documentation for some base Block classes

This commit is contained in:
Dylan K. Taylor
2022-09-24 16:54:21 +01:00
parent 3f7d8a3777
commit cb7c136035
5 changed files with 20 additions and 0 deletions

View File

@ -25,6 +25,9 @@ namespace pocketmine\block;
use pocketmine\item\Item;
/**
* Represents a block which is unrecognized or not implemented.
*/
class UnknownBlock extends Transparent{
public function __construct(BlockIdentifier $idInfo, BlockBreakInfo $breakInfo){