サイト用ツール



scriptapi:modules:index.html
no way to compare when less than two revisions

差分

このページの2つのバージョン間の差分を表示します。


scriptapi:modules:index.html [2023/07/03 18:59] (現在) – 作成 potchie
行 1: 行 1:
 +====== モジュール ======
  
 +Script APIでは以下のモジュールを利用することができます。
 +
 +  * [[scriptapi:modules:server|@minecraft/server]]
 +  * @minecraft/server-ui
 +  * @minecraft/server-net
 +  * @minecraft/server-admin
 +  * @minecraft/server-gametest
 +
 +
 +~~SNIPPET_O1688370856~~snippets:display_responsive~~
 +<html>
 +<!-- SAR-ディスプレイ広告-レスポンシブ -->
 +<ins class="adsbygoogle"
 +     style="display:block"
 +     data-ad-client="ca-pub-6414620087815153"
 +     data-ad-slot="6700644605"
 +     data-ad-format="auto"
 +     data-full-width-responsive="true"></ins>
 +<script>
 +     (adsbygoogle = window.adsbygoogle || []).push({});
 +</script>
 +</html>
 +{{INLINETOC}}
 +~~SNIPPET_C~~snippets:display_responsive~~
 +
 +
 +===== モジュール概要 =====
 +
 +==== @minecraft/server ====
 +[[scriptapi:modules:server|@minecraft/serverモジュール]]はScript APIの基本的なAPIが含まれるモジュールです。
 +
 +エンティティやブロック、ディメンションなど、マインクラフトのワールドの操作に関する項目が含まれています。
 +
 +==== @minecraft/server-ui ====
 +アクションフォーム、メッセージフォーム、モーダルフォームなど、プレイヤーが操作できるフォーム(UI)を作成・表示するためのモジュール。
 +
 +==== @minecraft/server-net ====
 +HTTPベースのリクエストを外部に投げることができるモジュール。
 +
 +Bedrock Dedicated Server (BDS) でのみ利用可能。
 +
 +===== モジュールのバージョン =====
 +モジュールには安定版とbeta版の2種類があります。
 +
 +安定版はマインクラフトの設定→実験→ベータAPIをオンにしなくても利用できるモジュールです。
 +
 +一方beta版はマイクラの設定→実験→ベータAPIを「オン」にしないと利用できません。
scriptapi/modules/index.html.txt · 最終更新: 2023/07/03 18:59 by potchie

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki