wiki:itemmods:api

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
上一修订版 两侧同时换到之后的修订记录
wiki:itemmods:api [2021/02/08 11:35]
wiki:itemmods:api [2021/02/08 11:54]
行 2: 行 2:
 <wrap lo #ou>原Wiki页面:https://github.com/CodeDoctorDE/ItemMods/wiki/api</wrap> <wrap lo #ou>原Wiki页面:https://github.com/CodeDoctorDE/ItemMods/wiki/api</wrap>
  
-The latest build can you find here+您可以在这里找到最新的版本
  
  
-  * You can use maven to get the dependency or can use the jars in the github actions. +  * 您可以使用maven获取依赖项,也可以在github操作中使用jar。 
-    * For maven please use this:<code xml><repositories>+    * 对于maven,请使用以下命令: 
 +<code xml><repositories>
      <repository>      <repository>
          <id>codemc-repo</id>          <id>codemc-repo</id>
行 20: 行 21:
      </dependency>      </dependency>
  </dependencies></code>  </dependencies></code>
-  * The documentation about the api can you find here. Please use the classes in the api package. The ItemModsApi instance can you get with ''ItemMods.getPlugin().getApi()'' +  * 您可以在此处找到有关api的文档。请使用api包中的类。您可以使用ItemModsApi实例获得''ItemMods.getPlugin().getApi()'' 
-  * Custom events: +  * 自定义事件:
     * CustomBlockPlaceEvent - self explained :D     * CustomBlockPlaceEvent - self explained :D
     * CustomBlockBreakEvent - self explained :D     * CustomBlockBreakEvent - self explained :D
  • wiki/itemmods/api.txt
  • 最后更改: 2021/02/08 12:01