提供: Minecraft Modding Wiki
移動先: 案内検索
(旧方式を使ったItemの作成)
(エンティティの追加)
2行目: 2行目:
 
==エンティティの追加==
 
==エンティティの追加==
 
エンティティの追加にはまず、
 
エンティティの追加にはまず、
* Model~  クラス
+
* '''Model~''' クラス
* Render~ クラス
+
* '''Render~''' クラス
* Entity~ クラス
+
* '''Entity~''' クラス
 
の3つのクラスから作られます。
 
の3つのクラスから作られます。

2021年8月15日 (日) 20:10時点における版

エンティティの追加

エンティティの追加にはまず、

  • Model~ クラス
  • Render~ クラス
  • Entity~ クラス

の3つのクラスから作られます。