mirror of
https://github.com/aikar/commands.git
synced 2026-06-11 10:30:38 +00:00
82 lines
1.3 KiB
HTML
82 lines
1.3 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html lang="en">
|
|
<head>
|
|
<title>Source code</title>
|
|
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
|
</head>
|
|
<body>
|
|
<div class="sourceContainer">
|
|
<pre><span class="sourceLineNo">001</span>package co.aikar.commands;<a name="line.1"></a>
|
|
<span class="sourceLineNo">002</span><a name="line.2"></a>
|
|
<span class="sourceLineNo">003</span>import co.aikar.commands.annotation.Conditions;<a name="line.3"></a>
|
|
<span class="sourceLineNo">004</span><a name="line.4"></a>
|
|
<span class="sourceLineNo">005</span>public class SpongeParameterConditionContext <P> extends ParameterConditionContext<P, SpongeCommandExecutionContext, SpongeCommandIssuer> {<a name="line.5"></a>
|
|
<span class="sourceLineNo">006</span> SpongeParameterConditionContext(RegisteredCommand cmd, SpongeCommandIssuer issuer, SpongeCommandExecutionContext execContext, Conditions conditions) {<a name="line.6"></a>
|
|
<span class="sourceLineNo">007</span> super(cmd, issuer, execContext, conditions);<a name="line.7"></a>
|
|
<span class="sourceLineNo">008</span> }<a name="line.8"></a>
|
|
<span class="sourceLineNo">009</span>}<a name="line.9"></a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</pre>
|
|
</div>
|
|
</body>
|
|
</html>
|