zh_cn:tutorial:terms
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
zh_cn:tutorial:terms [2021/07/30 07:04] – 依照中文 FabricWiki 翻译标准和中文文案排版指北进行排 nkid00 | zh_cn:tutorial:terms [2024/08/25 12:10] (current) – solidblock | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | 在开始用 Fabric 写 mod 之前,重要的是要了解以后的教程页面中使用的一些关键术语和短语。 了解诸如包结构和 modid 命名之类的基本约定也很好。 尽早了解这些内容将有助于您更好地理解教程,并在需要时提出更好的问题。 | + | 开始用 Fabric 写模组前,应当先了解以后的教程页面中使用的一些关键术语和短语,这很重要。最好也了解诸如包结构和 modid 命名之类的基本约定。尽早了解这些内容将有助于你更好地理解教程,并使你在需要时能提出更好的问题。 |
- | ==== Mod ID ==== | + | ===== 模组 |
- | 在整个文档中,我们通常会引用 Mod ID 或代码中的 modid。 | + | 在整个 |
- | mod ID 通常是 | + | 模组 |
- | 一些入门教程将使用占位符 | + | 一些入门教程将使用占位符模组 |
- | ==== 标签 ==== | + | ===== 标签 |
- | Tags are groups of blocks, items, or fluids with similar properties, i.e. '' | + | **标签**是方块、物品、流体等的组。例如,方块标签 |
- | Information about what to call tags for your mod can be found [[tutorial: | + | |
- | Read more on what tags are on the [[https:// | + | Minecraft 使用标签决定许多东西,例如,有标签 '' |
- | ==== Entry Points and Initializers | + | ==== 入口点和初始化器 |
- | Fabric Loader use '' | + | |
- | A mod usually contains at least one initializer class which should implement one of '' | + | Fabric Loader 使用 '' |
+ | |||
+ | 如果要修改或者添加初始化器,需要找到 | ||
<code java> | <code java> | ||
Line 38: | Line 38: | ||
</ | </ | ||
- | By implementing Mod Initializer interfaces, you must implement an '' | + | 为了实现 |
- | Also, there is a block called '' | + | 入口点的更多信息,请看 [[zh_cn: |
- | ==== Maven 组和软件包名称 ==== | + | ==== Maven Group 和 Package 的名称 ==== |
- | 根据 Oracle 的 Java 文档,它们以小写形式编写,以避免与类或接口的名称冲突。域名反过来用作启动名称。前往这个链接阅读更多:[[https:// | + | 根据 Oracle 的 Java 文档,它们以小写形式编写,以避免与类或接口的名称冲突。这些名称使用域名反写作为前缀。前往这个链接阅读更多:[[https:// |
zh_cn/tutorial/terms.1627628678.txt.gz · Last modified: 2021/07/30 07:04 by nkid00