mirror of
https://github.com/filoghost/ChestCommands.git
synced 2025-02-08 23:51:57 +01:00
Add links to Bukkit Javadoc
This commit is contained in:
parent
1eb72078aa
commit
3207d63a92
43
javadoc/bukkit-1.8/package-list
Normal file
43
javadoc/bukkit-1.8/package-list
Normal file
@ -0,0 +1,43 @@
|
||||
org.bukkit
|
||||
org.bukkit.block
|
||||
org.bukkit.block.banner
|
||||
org.bukkit.command
|
||||
org.bukkit.command.defaults
|
||||
org.bukkit.configuration
|
||||
org.bukkit.configuration.file
|
||||
org.bukkit.configuration.serialization
|
||||
org.bukkit.conversations
|
||||
org.bukkit.enchantments
|
||||
org.bukkit.entity
|
||||
org.bukkit.entity.minecart
|
||||
org.bukkit.event
|
||||
org.bukkit.event.block
|
||||
org.bukkit.event.enchantment
|
||||
org.bukkit.event.entity
|
||||
org.bukkit.event.hanging
|
||||
org.bukkit.event.inventory
|
||||
org.bukkit.event.painting
|
||||
org.bukkit.event.player
|
||||
org.bukkit.event.server
|
||||
org.bukkit.event.vehicle
|
||||
org.bukkit.event.weather
|
||||
org.bukkit.event.world
|
||||
org.bukkit.generator
|
||||
org.bukkit.help
|
||||
org.bukkit.inventory
|
||||
org.bukkit.inventory.meta
|
||||
org.bukkit.map
|
||||
org.bukkit.material
|
||||
org.bukkit.metadata
|
||||
org.bukkit.permissions
|
||||
org.bukkit.plugin
|
||||
org.bukkit.plugin.java
|
||||
org.bukkit.plugin.messaging
|
||||
org.bukkit.potion
|
||||
org.bukkit.projectiles
|
||||
org.bukkit.scheduler
|
||||
org.bukkit.scoreboard
|
||||
org.bukkit.util
|
||||
org.bukkit.util.io
|
||||
org.bukkit.util.noise
|
||||
org.bukkit.util.permissions
|
6
pom.xml
6
pom.xml
@ -168,6 +168,12 @@
|
||||
<sourceFileExcludes>
|
||||
<exclude>**/chestcommands/api/internal/**/*.java</exclude>
|
||||
</sourceFileExcludes>
|
||||
<offlineLinks>
|
||||
<offlineLink>
|
||||
<url>https://hub.spigotmc.org/javadocs/bukkit</url>
|
||||
<location>${basedir}/javadoc/bukkit-1.8</location>
|
||||
</offlineLink>
|
||||
</offlineLinks>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user