Syouyuの新しいコンテンツ:
VirtualChestAPI - VirtualChestが作れるようになるAPIです。
VirtualChestAPI - VirtualChestが作れるようになるAPIです。
このコンテンツの詳細を読む...VirtualChestAPI
**This API is made for developers.**
How to use
PHP:use syouyu\chest\VirtualChestAPI; use pocketmine\math\Vector3; use pocketmine\Player; /** * @param Vector3 $vector3 * @param Player $player * @param string $name * @param Item[] $item */ VirtualChestAPI::create($vector3, $player, $name, $item); //$vector3 にchestが出ます。 //$player はChestInventoryを表示するプレイヤーを入れてください。 //$name...