This commit is contained in:
ProSavage
2018-10-17 16:48:48 -05:00
parent 4c89fff7de
commit 4075c33ef5
340 changed files with 1620 additions and 1304 deletions

View File

@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_181) on Mon Sep 10 10:47:02 CDT 2018 -->
<!-- Generated by javadoc (1.8.0_181) on Wed Oct 17 16:45:48 CDT 2018 -->
<title>MCommand</title>
<meta name="date" content="2018-09-10">
<meta name="date" content="2018-10-17">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@@ -710,6 +710,13 @@ extends java.lang.Object</pre>
<pre>public&nbsp;boolean&nbsp;validCall(org.bukkit.command.CommandSender&nbsp;sender,
java.util.List&lt;java.lang.String&gt;&nbsp;args)</pre>
<div class="block">In this method we validate that all prerequisites to perform this command has been met.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>sender</code> - of the command</dd>
<dd><code>args</code> - of the command</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>true if valid, false if not.</dd>
</dl>
</li>
</ul>
<a name="isEnabled--">