wiki:itemmods:api

差别

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

到此差别页面的链接

后一修订版 两侧同时换到之后的修订记录
wiki:itemmods:api [2021/02/08 11:30]
创建
wiki:itemmods:api [2021/02/08 11:35]
行 1: 行 1:
 ====== API ====== ====== API ======
 <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.
 +    * For maven please use this:<code xml><repositories>
 +     <repository>
 +         <id>codemc-repo</id>
 +         <url>https://repo.codemc.org/repository/maven-public/</url>
 +     </repository>
 + </repositories>
 +
 + <dependencies>
 +     <dependency>
 +         <groupId>com.github.codedoctorde</groupId>
 +         <artifactId>ItemMods</artifactId>
 +         <version>1.4-SNAPSHOT</version>
 +     </dependency>
 + </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()''
 +  * Custom events: 
 +    * CustomBlockPlaceEvent - self explained :D
 +    * CustomBlockBreakEvent - self explained :D
  • wiki/itemmods/api.txt
  • 最后更改: 2021/02/08 12:01