Skip to content

Instantly share code, notes, and snippets.

View NhanAZ's full-sized avatar
:shipit:
I may be slow to respond.

Thành Nhân NhanAZ

:shipit:
I may be slow to respond.
View GitHub Profile
@NhanAZ
NhanAZ / Optimized.php
Last active June 11, 2024 03:08 — forked from NgLam2911/RandomBlock.php
RandomBlock template
<?php
declare(strict_types=1);
namespace ShutTheFuckUp;
use InvalidArgumentException;
use pocketmine\block\Block;
use pocketmine\block\VanillaBlocks;
class RandomBlock {