javadocs
This commit is contained in:
@@ -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 boolean validCall(org.bukkit.command.CommandSender sender,
|
||||
java.util.List<java.lang.String> 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--">
|
||||
|
||||
Reference in New Issue
Block a user