Skip to content

Commit fd905d0

Browse files
committed
Generate 9.5.0 JavaDocs
1 parent c31d1d5 commit fd905d0

File tree

761 files changed

+4815
-3770
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

761 files changed

+4815
-3770
lines changed

docs/javadocs/html/annotated.html

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<tr id="projectrow">
2828
<td id="projectlogo"><img alt="Logo" src="cmdapilogosmall.svg"/></td>
2929
<td id="projectalign">
30-
<div id="projectname">CommandAPI<span id="projectnumber">&#160;9.4.1</span>
30+
<div id="projectname">CommandAPI<span id="projectnumber">&#160;9.5.0</span>
3131
</div>
3232
<div id="projectbrief">An API for the command UI introduced in Minecraft 1.13</div>
3333
</td>
@@ -424,20 +424,23 @@
424424
<tr id="row_1_0_0_22_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfacedev_1_1jorel_1_1commandapi_1_1_command_a_p_i_logger.html" target="_self">CommandAPILogger</a></td><td class="desc"></td></tr>
425425
<tr id="row_1_0_0_23_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfacedev_1_1jorel_1_1commandapi_1_1_command_a_p_i_platform.html" target="_self">CommandAPIPlatform</a></td><td class="desc"></td></tr>
426426
<tr id="row_1_0_0_24_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_command_permission.html" target="_self">CommandPermission</a></td><td class="desc">A representation of permission nodes for commands </td></tr>
427-
<tr id="row_1_0_0_25_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_command_tree.html" target="_self">CommandTree</a></td><td class="desc"></td></tr>
428-
<tr id="row_1_0_0_26_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_converter.html" target="_self">Converter</a></td><td class="desc">'Simple' conversion of Plugin commands </td></tr>
429-
<tr id="row_1_0_0_27_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_executable_command.html" target="_self">ExecutableCommand</a></td><td class="desc">This is a base class for <code><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_abstract_command_a_p_i_command.html">AbstractCommandAPICommand</a></code> and <code><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_abstract_command_tree.html">AbstractCommandTree</a></code> command definitions </td></tr>
430-
<tr id="row_1_0_0_28_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_execution.html" target="_self">Execution</a></td><td class="desc">A list of arguments which results in an execution </td></tr>
431-
<tr id="row_1_0_0_29_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_internal_bukkit_config.html" target="_self">InternalBukkitConfig</a></td><td class="desc">Configuration wrapper class for Bukkit </td></tr>
432-
<tr id="row_1_0_0_30_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_internal_config.html" target="_self">InternalConfig</a></td><td class="desc">Configuration wrapper class </td></tr>
433-
<tr id="row_1_0_0_31_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfacedev_1_1jorel_1_1commandapi_1_1_i_string_tooltip.html" target="_self">IStringTooltip</a></td><td class="desc">A string-based tooltip interface that includes a string suggestion and a formatted tooltip text to display when hovering over the suggestion </td></tr>
434-
<tr id="row_1_0_0_32_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfacedev_1_1jorel_1_1commandapi_1_1_mojang_mapped_version_handler.html" target="_self">MojangMappedVersionHandler</a></td><td class="desc">This file handles loading the correct mappings information </td></tr>
435-
<tr id="row_1_0_0_33_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_paper_implementations.html" target="_self">PaperImplementations</a></td><td class="desc"></td></tr>
436-
<tr id="row_1_0_0_34_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfacedev_1_1jorel_1_1commandapi_1_1_platform_executable.html" target="_self">PlatformExecutable</a></td><td class="desc"></td></tr>
437-
<tr id="row_1_0_0_35_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_safe_var_handle.html" target="_self">SafeVarHandle</a></td><td class="desc">A wrapper around VarHandle with better type safety using generics and a toggleable underlying implementation depending on whether we're using mojang mappings or non-mojang mappings </td></tr>
438-
<tr id="row_1_0_0_36_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_schedulers.html" target="_self">Schedulers</a></td><td class="desc"></td></tr>
439-
<tr id="row_1_0_0_37_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_string_tooltip.html" target="_self">StringTooltip</a></td><td class="desc">Represents a suggestion for an argument with a hover tooltip text for that suggestion </td></tr>
440-
<tr id="row_1_0_0_38_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_tooltip.html" target="_self">Tooltip</a></td><td class="desc">This class represents a suggestion for an argument with a hover tooltip text for that suggestion </td></tr>
427+
<tr id="row_1_0_0_25_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_command_registration_strategy.html" target="_self">CommandRegistrationStrategy</a></td><td class="desc"></td></tr>
428+
<tr id="row_1_0_0_26_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_command_tree.html" target="_self">CommandTree</a></td><td class="desc"></td></tr>
429+
<tr id="row_1_0_0_27_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_converter.html" target="_self">Converter</a></td><td class="desc">'Simple' conversion of Plugin commands </td></tr>
430+
<tr id="row_1_0_0_28_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_executable_command.html" target="_self">ExecutableCommand</a></td><td class="desc">This is a base class for <code><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_abstract_command_a_p_i_command.html">AbstractCommandAPICommand</a></code> and <code><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_abstract_command_tree.html">AbstractCommandTree</a></code> command definitions </td></tr>
431+
<tr id="row_1_0_0_29_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_execution.html" target="_self">Execution</a></td><td class="desc">A list of arguments which results in an execution </td></tr>
432+
<tr id="row_1_0_0_30_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_internal_bukkit_config.html" target="_self">InternalBukkitConfig</a></td><td class="desc">Configuration wrapper class for Bukkit </td></tr>
433+
<tr id="row_1_0_0_31_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_internal_config.html" target="_self">InternalConfig</a></td><td class="desc">Configuration wrapper class </td></tr>
434+
<tr id="row_1_0_0_32_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfacedev_1_1jorel_1_1commandapi_1_1_i_string_tooltip.html" target="_self">IStringTooltip</a></td><td class="desc">A string-based tooltip interface that includes a string suggestion and a formatted tooltip text to display when hovering over the suggestion </td></tr>
435+
<tr id="row_1_0_0_33_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfacedev_1_1jorel_1_1commandapi_1_1_mojang_mapped_version_handler.html" target="_self">MojangMappedVersionHandler</a></td><td class="desc">This file handles loading the correct mappings information </td></tr>
436+
<tr id="row_1_0_0_34_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_paper_command_registration.html" target="_self">PaperCommandRegistration</a></td><td class="desc">Handles logic for registering commands after Paper build 65, where <a href="https://github.com/PaperMC/Paper/pull/8235">https://github.com/PaperMC/Paper/pull/8235</a> changed a bunch of the behind-the-scenes logic </td></tr>
437+
<tr id="row_1_0_0_35_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_paper_implementations.html" target="_self">PaperImplementations</a></td><td class="desc"></td></tr>
438+
<tr id="row_1_0_0_36_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfacedev_1_1jorel_1_1commandapi_1_1_platform_executable.html" target="_self">PlatformExecutable</a></td><td class="desc"></td></tr>
439+
<tr id="row_1_0_0_37_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_safe_var_handle.html" target="_self">SafeVarHandle</a></td><td class="desc">A wrapper around VarHandle with better type safety using generics and a toggleable underlying implementation depending on whether we're using mojang mappings or non-mojang mappings </td></tr>
440+
<tr id="row_1_0_0_38_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_schedulers.html" target="_self">Schedulers</a></td><td class="desc"></td></tr>
441+
<tr id="row_1_0_0_39_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_spigot_command_registration.html" target="_self">SpigotCommandRegistration</a></td><td class="desc">Handles logic for registering commands on Spigot and old versions of Paper </td></tr>
442+
<tr id="row_1_0_0_40_"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_string_tooltip.html" target="_self">StringTooltip</a></td><td class="desc">Represents a suggestion for an argument with a hover tooltip text for that suggestion </td></tr>
443+
<tr id="row_1_0_0_41_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classdev_1_1jorel_1_1commandapi_1_1_tooltip.html" target="_self">Tooltip</a></td><td class="desc">This class represents a suggestion for an argument with a hover tooltip text for that suggestion </td></tr>
441444
</table>
442445
</div><!-- directory -->
443446
</div><!-- contents -->
@@ -446,7 +449,7 @@
446449
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
447450
<ul>
448451
<li class="footer">
449-
Generated on Thu May 9 2024 19:47:36 for CommandAPI 9.4.1 using <a href="http://www.doxygen.org/index.html">Doxygen</a> 1.9.3.
452+
Generated on Thu Jun 13 2024 23:41:22 for CommandAPI 9.5.0 using <a href="http://www.doxygen.org/index.html">Doxygen</a> 1.9.3.
450453
Flat theme modified from <a href="https://github.com/kcwongjoe/doxygen_theme_flat_design" target="_new">kcwongjoe/doxygen_theme_flat_design</a>. MIT License.
451454
</li>
452455
</ul>

docs/javadocs/html/annotated_dup.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/javadocs/html/classcom_1_1mojang_1_1brigadier_1_1_command_dispatcher-members.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<tr id="projectrow">
2828
<td id="projectlogo"><img alt="Logo" src="cmdapilogosmall.svg"/></td>
2929
<td id="projectalign">
30-
<div id="projectname">CommandAPI<span id="projectnumber">&#160;9.4.1</span>
30+
<div id="projectname">CommandAPI<span id="projectnumber">&#160;9.5.0</span>
3131
</div>
3232
<div id="projectbrief">An API for the command UI introduced in Minecraft 1.13</div>
3333
</td>
@@ -116,7 +116,7 @@
116116
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
117117
<ul>
118118
<li class="footer">
119-
Generated on Thu May 9 2024 19:47:35 for CommandAPI 9.4.1 using <a href="http://www.doxygen.org/index.html">Doxygen</a> 1.9.3.
119+
Generated on Thu Jun 13 2024 23:41:21 for CommandAPI 9.5.0 using <a href="http://www.doxygen.org/index.html">Doxygen</a> 1.9.3.
120120
Flat theme modified from <a href="https://github.com/kcwongjoe/doxygen_theme_flat_design" target="_new">kcwongjoe/doxygen_theme_flat_design</a>. MIT License.
121121
</li>
122122
</ul>

docs/javadocs/html/classcom_1_1mojang_1_1brigadier_1_1_command_dispatcher.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<tr id="projectrow">
2828
<td id="projectlogo"><img alt="Logo" src="cmdapilogosmall.svg"/></td>
2929
<td id="projectalign">
30-
<div id="projectname">CommandAPI<span id="projectnumber">&#160;9.4.1</span>
30+
<div id="projectname">CommandAPI<span id="projectnumber">&#160;9.5.0</span>
3131
</div>
3232
<div id="projectbrief">An API for the command UI introduced in Minecraft 1.13</div>
3333
</td>
@@ -838,7 +838,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ad1b0ac203944da8323b90ddd
838838
<ul>
839839
<li class="navelem"><b>com</b></li><li class="navelem"><b>mojang</b></li><li class="navelem"><b>brigadier</b></li><li class="navelem"><a class="el" href="classcom_1_1mojang_1_1brigadier_1_1_command_dispatcher.html">CommandDispatcher</a></li>
840840
<li class="footer">
841-
Generated on Thu May 9 2024 19:47:35 for CommandAPI 9.4.1 using <a href="http://www.doxygen.org/index.html">Doxygen</a> 1.9.3.
841+
Generated on Thu Jun 13 2024 23:41:21 for CommandAPI 9.5.0 using <a href="http://www.doxygen.org/index.html">Doxygen</a> 1.9.3.
842842
Flat theme modified from <a href="https://github.com/kcwongjoe/doxygen_theme_flat_design" target="_new">kcwongjoe/doxygen_theme_flat_design</a>. MIT License.
843843
</li>
844844
</ul>

docs/javadocs/html/classcom_1_1mojang_1_1brigadier_1_1_literal_message-members.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<tr id="projectrow">
2828
<td id="projectlogo"><img alt="Logo" src="cmdapilogosmall.svg"/></td>
2929
<td id="projectalign">
30-
<div id="projectname">CommandAPI<span id="projectnumber">&#160;9.4.1</span>
30+
<div id="projectname">CommandAPI<span id="projectnumber">&#160;9.5.0</span>
3131
</div>
3232
<div id="projectbrief">An API for the command UI introduced in Minecraft 1.13</div>
3333
</td>
@@ -100,7 +100,7 @@
100100
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
101101
<ul>
102102
<li class="footer">
103-
Generated on Thu May 9 2024 19:47:35 for CommandAPI 9.4.1 using <a href="http://www.doxygen.org/index.html">Doxygen</a> 1.9.3.
103+
Generated on Thu Jun 13 2024 23:41:21 for CommandAPI 9.5.0 using <a href="http://www.doxygen.org/index.html">Doxygen</a> 1.9.3.
104104
Flat theme modified from <a href="https://github.com/kcwongjoe/doxygen_theme_flat_design" target="_new">kcwongjoe/doxygen_theme_flat_design</a>. MIT License.
105105
</li>
106106
</ul>

0 commit comments

Comments
 (0)