Javadoc improvements per checkstyle

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2019-12-22 09:56:28 +11:00
parent d419ccca3f
commit d16413b877
96 changed files with 181 additions and 48 deletions

View File

@@ -0,0 +1,6 @@
/**
* Commands for emulating the Minecraft commands and other necessary ones for
* use by a Bukkit implementation.
*/
package org.bukkit.command.defaults;

View File

@@ -0,0 +1,5 @@
/**
* Classes relating to handling specialized non-chat player input.
*/
package org.bukkit.command;