1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_65) on Thu Feb 05 20:10:16 EST 2015 -->
<title>CommandBase (Forge API)</title>
<meta name="date" content="2015-02-05">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CommandBase (Forge API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../net/minecraft/command/CommandClearInventory.html" title="class in net.minecraft.command"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?net/minecraft/command/CommandBase.html" target="_top">Frames</a></li>
<li><a href="CommandBase.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">net.minecraft.command</div>
<h2 title="Class CommandBase" class="title">Class CommandBase</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>net.minecraft.command.CommandBase</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.lang.Comparable, <a href="../../../net/minecraft/command/ICommand.html" title="interface in net.minecraft.command">ICommand</a></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../net/minecraft/command/server/CommandAchievement.html" title="class in net.minecraft.command.server">CommandAchievement</a>, <a href="../../../net/minecraft/command/server/CommandBanIp.html" title="class in net.minecraft.command.server">CommandBanIp</a>, <a href="../../../net/minecraft/command/server/CommandBanPlayer.html" title="class in net.minecraft.command.server">CommandBanPlayer</a>, <a href="../../../net/minecraft/command/server/CommandBroadcast.html" title="class in net.minecraft.command.server">CommandBroadcast</a>, <a href="../../../net/minecraft/command/CommandClearInventory.html" title="class in net.minecraft.command">CommandClearInventory</a>, <a href="../../../net/minecraft/command/CommandDebug.html" title="class in net.minecraft.command">CommandDebug</a>, <a href="../../../net/minecraft/command/server/CommandDeOp.html" title="class in net.minecraft.command.server">CommandDeOp</a>, <a href="../../../net/minecraft/command/CommandDifficulty.html" title="class in net.minecraft.command">CommandDifficulty</a>, <a href="../../../net/minecraft/command/CommandEffect.html" title="class in net.minecraft.command">CommandEffect</a>, <a href="../../../net/minecraft/command/server/CommandEmote.html" title="class in net.minecraft.command.server">CommandEmote</a>, <a href="../../../net/minecraft/command/CommandEnchant.html" title="class in net.minecraft.command">CommandEnchant</a>, <a href="../../../net/minecraft/command/CommandGameMode.html" title="class in net.minecraft.command">CommandGameMode</a>, <a href="../../../net/minecraft/command/CommandGameRule.html" title="class in net.minecraft.command">CommandGameRule</a>, <a href="../../../net/minecraft/command/CommandGive.html" title="class in net.minecraft.command">CommandGive</a>, <a href="../../../net/minecraft/command/CommandHelp.html" title="class in net.minecraft.command">CommandHelp</a>, <a href="../../../net/minecraft/command/CommandKill.html" title="class in net.minecraft.command">CommandKill</a>, <a href="../../../net/minecraft/command/server/CommandListBans.html" title="class in net.minecraft.command.server">CommandListBans</a>, <a href="../../../net/minecraft/command/server/CommandListPlayers.html" title="class in net.minecraft.command.server">CommandListPlayers</a>, <a href="../../../net/minecraft/command/server/CommandMessage.html" title="class in net.minecraft.command.server">CommandMessage</a>, <a href="../../../net/minecraft/command/server/CommandMessageRaw.html" title="class in net.minecraft.command.server">CommandMessageRaw</a>, <a href="../../../net/minecraft/command/server/CommandNetstat.html" title="class in net.minecraft.command.server">CommandNetstat</a>, <a href="../../../net/minecraft/command/server/CommandOp.html" title="class in net.minecraft.command.server">CommandOp</a>, <a href="../../../net/minecraft/command/server/CommandPardonIp.html" title="class in net.minecraft.command.server">CommandPardonIp</a>, <a href="../../../net/minecraft/command/server/CommandPardonPlayer.html" title="class in net.minecraft.command.server">CommandPardonPlayer</a>, <a href="../../../net/minecraft/command/CommandPlaySound.html" title="class in net.minecraft.command">CommandPlaySound</a>, <a href="../../../net/minecraft/command/server/CommandPublishLocalServer.html" title="class in net.minecraft.command.server">CommandPublishLocalServer</a>, <a href="../../../net/minecraft/command/server/CommandSaveAll.html" title="class in net.minecraft.command.server">CommandSaveAll</a>, <a href="../../../net/minecraft/command/server/CommandSaveOff.html" title="class in net.minecraft.command.server">CommandSaveOff</a>, <a href="../../../net/minecraft/command/server/CommandSaveOn.html" title="class in net.minecraft.command.server">CommandSaveOn</a>, <a href="../../../net/minecraft/command/server/CommandScoreboard.html" title="class in net.minecraft.command.server">CommandScoreboard</a>, <a href="../../../net/minecraft/command/CommandServerKick.html" title="class in net.minecraft.command">CommandServerKick</a>, <a href="../../../net/minecraft/command/server/CommandSetBlock.html" title="class in net.minecraft.command.server">CommandSetBlock</a>, <a href="../../../net/minecraft/command/server/CommandSetDefaultSpawnpoint.html" title="class in net.minecraft.command.server">CommandSetDefaultSpawnpoint</a>, <a href="../../../net/minecraft/command/CommandSetPlayerTimeout.html" title="class in net.minecraft.command">CommandSetPlayerTimeout</a>, <a href="../../../net/minecraft/command/CommandSetSpawnpoint.html" title="class in net.minecraft.command">CommandSetSpawnpoint</a>, <a href="../../../net/minecraft/command/CommandShowSeed.html" title="class in net.minecraft.command">CommandShowSeed</a>, <a href="../../../net/minecraft/command/CommandSpreadPlayers.html" title="class in net.minecraft.command">CommandSpreadPlayers</a>, <a href="../../../net/minecraft/command/server/CommandStop.html" title="class in net.minecraft.command.server">CommandStop</a>, <a href="../../../net/minecraft/command/server/CommandSummon.html" title="class in net.minecraft.command.server">CommandSummon</a>, <a href="../../../net/minecraft/command/server/CommandTeleport.html" title="class in net.minecraft.command.server">CommandTeleport</a>, <a href="../../../net/minecraft/command/server/CommandTestFor.html" title="class in net.minecraft.command.server">CommandTestFor</a>, <a href="../../../net/minecraft/command/server/CommandTestForBlock.html" title="class in net.minecraft.command.server">CommandTestForBlock</a>, <a href="../../../net/minecraft/command/CommandTime.html" title="class in net.minecraft.command">CommandTime</a>, <a href="../../../net/minecraft/command/CommandToggleDownfall.html" title="class in net.minecraft.command">CommandToggleDownfall</a>, <a href="../../../net/minecraft/command/CommandWeather.html" title="class in net.minecraft.command">CommandWeather</a>, <a href="../../../net/minecraft/command/server/CommandWhitelist.html" title="class in net.minecraft.command.server">CommandWhitelist</a>, <a href="../../../net/minecraft/command/CommandXP.html" title="class in net.minecraft.command">CommandXP</a>, <a href="../../../net/minecraftforge/server/command/ForgeCommand.html" title="class in net.minecraftforge.server.command">ForgeCommand</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <span class="strong">CommandBase</span>
extends java.lang.Object
implements <a href="../../../net/minecraft/command/ICommand.html" title="interface in net.minecraft.command">ICommand</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#CommandBase()">CommandBase</a></strong>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#addTabCompletionOptions(net.minecraft.command.ICommandSender,%20java.lang.String[])">addTabCompletionOptions</a></strong>(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_71516_1_,
java.lang.String[] p_71516_2_)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#canCommandSenderUseCommand(net.minecraft.command.ICommandSender)">canCommandSenderUseCommand</a></strong>(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_71519_1_)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#compareTo(net.minecraft.command.ICommand)">compareTo</a></strong>(<a href="../../../net/minecraft/command/ICommand.html" title="interface in net.minecraft.command">ICommand</a> p_compareTo_1_)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#compareTo(java.lang.Object)">compareTo</a></strong>(java.lang.Object p_compareTo_1_)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#doesStringStartWith(java.lang.String,%20java.lang.String)">doesStringStartWith</a></strong>(java.lang.String p_71523_0_,
java.lang.String p_71523_1_)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static double</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#func_110665_a(net.minecraft.command.ICommandSender,%20double,%20java.lang.String,%20int,%20int)">func_110665_a</a></strong>(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_110665_0_,
double p_110665_1_,
java.lang.String p_110665_3_,
int p_110665_4_,
int p_110665_5_)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static double</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#func_110666_a(net.minecraft.command.ICommandSender,%20double,%20java.lang.String)">func_110666_a</a></strong>(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_110666_0_,
double p_110666_1_,
java.lang.String p_110666_3_)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../net/minecraft/util/IChatComponent.html" title="interface in net.minecraft.util">IChatComponent</a></code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#func_147176_a(net.minecraft.command.ICommandSender,%20java.lang.String[],%20int,%20boolean)">func_147176_a</a></strong>(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_147176_0_,
java.lang.String[] p_147176_1_,
int p_147176_2_,
boolean p_147176_3_)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../net/minecraft/util/IChatComponent.html" title="interface in net.minecraft.util">IChatComponent</a></code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#func_147178_a(net.minecraft.command.ICommandSender,%20java.lang.String[],%20int)">func_147178_a</a></strong>(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_147178_0_,
java.lang.String[] p_147178_1_,
int p_147178_2_)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#func_152373_a(net.minecraft.command.ICommandSender,%20net.minecraft.command.ICommand,%20java.lang.String,%20java.lang.Object...)">func_152373_a</a></strong>(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_152373_0_,
<a href="../../../net/minecraft/command/ICommand.html" title="interface in net.minecraft.command">ICommand</a> p_152373_1_,
java.lang.String p_152373_2_,
java.lang.Object... p_152373_3_)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#func_152374_a(net.minecraft.command.ICommandSender,%20net.minecraft.command.ICommand,%20int,%20java.lang.String,%20java.lang.Object...)">func_152374_a</a></strong>(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_152374_0_,
<a href="../../../net/minecraft/command/ICommand.html" title="interface in net.minecraft.command">ICommand</a> p_152374_1_,
int p_152374_2_,
java.lang.String p_152374_3_,
java.lang.Object... p_152374_4_)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#func_82360_a(net.minecraft.command.ICommandSender,%20java.lang.String[],%20int)">func_82360_a</a></strong>(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_82360_0_,
java.lang.String[] p_82360_1_,
int p_82360_2_)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#func_96332_d(net.minecraft.command.ICommandSender,%20java.lang.String)">func_96332_d</a></strong>(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_96332_0_,
java.lang.String p_96332_1_)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a></code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#getBlockByText(net.minecraft.command.ICommandSender,%20java.lang.String)">getBlockByText</a></strong>(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_147180_0_,
java.lang.String p_147180_1_)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#getCommandAliases()">getCommandAliases</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../net/minecraft/entity/player/EntityPlayerMP.html" title="class in net.minecraft.entity.player">EntityPlayerMP</a></code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#getCommandSenderAsPlayer(net.minecraft.command.ICommandSender)">getCommandSenderAsPlayer</a></strong>(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_71521_0_)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../net/minecraft/item/Item.html" title="class in net.minecraft.item">Item</a></code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#getItemByText(net.minecraft.command.ICommandSender,%20java.lang.String)">getItemByText</a></strong>(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_147179_0_,
java.lang.String p_147179_1_)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.util.List</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#getListOfStringsFromIterableMatchingLastWord(java.lang.String[],%20java.lang.Iterable)">getListOfStringsFromIterableMatchingLastWord</a></strong>(java.lang.String[] p_71531_0_,
java.lang.Iterable p_71531_1_)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.util.List</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#getListOfStringsMatchingLastWord(java.lang.String[],%20java.lang.String...)">getListOfStringsMatchingLastWord</a></strong>(java.lang.String[] p_71530_0_,
java.lang.String... p_71530_1_)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../net/minecraft/entity/player/EntityPlayerMP.html" title="class in net.minecraft.entity.player">EntityPlayerMP</a></code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#getPlayer(net.minecraft.command.ICommandSender,%20java.lang.String)">getPlayer</a></strong>(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_82359_0_,
java.lang.String p_82359_1_)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#getRequiredPermissionLevel()">getRequiredPermissionLevel</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#isUsernameIndex(java.lang.String[],%20int)">isUsernameIndex</a></strong>(java.lang.String[] p_82358_1_,
int p_82358_2_)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../net/minecraft/util/IChatComponent.html" title="interface in net.minecraft.util">IChatComponent</a></code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#joinNiceString(net.minecraft.util.IChatComponent[])">joinNiceString</a></strong>(<a href="../../../net/minecraft/util/IChatComponent.html" title="interface in net.minecraft.util">IChatComponent</a>[] p_147177_0_)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#joinNiceString(java.lang.Object[])">joinNiceString</a></strong>(java.lang.Object[] p_71527_0_)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#joinNiceStringFromCollection(java.util.Collection)">joinNiceStringFromCollection</a></strong>(java.util.Collection p_96333_0_)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#parseBoolean(net.minecraft.command.ICommandSender,%20java.lang.String)">parseBoolean</a></strong>(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_110662_0_,
java.lang.String p_110662_1_)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static double</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#parseDouble(net.minecraft.command.ICommandSender,%20java.lang.String)">parseDouble</a></strong>(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_82363_0_,
java.lang.String p_82363_1_)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static double</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#parseDoubleBounded(net.minecraft.command.ICommandSender,%20java.lang.String,%20double,%20double)">parseDoubleBounded</a></strong>(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_110661_0_,
java.lang.String p_110661_1_,
double p_110661_2_,
double p_110661_4_)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static double</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#parseDoubleWithMin(net.minecraft.command.ICommandSender,%20java.lang.String,%20double)">parseDoubleWithMin</a></strong>(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_110664_0_,
java.lang.String p_110664_1_,
double p_110664_2_)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#parseInt(net.minecraft.command.ICommandSender,%20java.lang.String)">parseInt</a></strong>(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_71526_0_,
java.lang.String p_71526_1_)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#parseIntBounded(net.minecraft.command.ICommandSender,%20java.lang.String,%20int,%20int)">parseIntBounded</a></strong>(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_71532_0_,
java.lang.String p_71532_1_,
int p_71532_2_,
int p_71532_3_)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#parseIntWithMin(net.minecraft.command.ICommandSender,%20java.lang.String,%20int)">parseIntWithMin</a></strong>(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_71528_0_,
java.lang.String p_71528_1_,
int p_71528_2_)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../net/minecraft/command/CommandBase.html#setAdminCommander(net.minecraft.command.IAdminCommand)">setAdminCommander</a></strong>(<a href="../../../net/minecraft/command/IAdminCommand.html" title="interface in net.minecraft.command">IAdminCommand</a> p_71529_0_)</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_net.minecraft.command.ICommand">
<!-- -->
</a>
<h3>Methods inherited from interface net.minecraft.command.<a href="../../../net/minecraft/command/ICommand.html" title="interface in net.minecraft.command">ICommand</a></h3>
<code><a href="../../../net/minecraft/command/ICommand.html#getCommandName()">getCommandName</a>, <a href="../../../net/minecraft/command/ICommand.html#getCommandUsage(net.minecraft.command.ICommandSender)">getCommandUsage</a>, <a href="../../../net/minecraft/command/ICommand.html#processCommand(net.minecraft.command.ICommandSender,%20java.lang.String[])">processCommand</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="CommandBase()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>CommandBase</h4>
<pre>public CommandBase()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getRequiredPermissionLevel()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRequiredPermissionLevel</h4>
<pre>public int getRequiredPermissionLevel()</pre>
</li>
</ul>
<a name="getCommandAliases()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCommandAliases</h4>
<pre>public java.util.List getCommandAliases()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../net/minecraft/command/ICommand.html#getCommandAliases()">getCommandAliases</a></code> in interface <code><a href="../../../net/minecraft/command/ICommand.html" title="interface in net.minecraft.command">ICommand</a></code></dd>
</dl>
</li>
</ul>
<a name="canCommandSenderUseCommand(net.minecraft.command.ICommandSender)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>canCommandSenderUseCommand</h4>
<pre>public boolean canCommandSenderUseCommand(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_71519_1_)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../net/minecraft/command/ICommand.html#canCommandSenderUseCommand(net.minecraft.command.ICommandSender)">canCommandSenderUseCommand</a></code> in interface <code><a href="../../../net/minecraft/command/ICommand.html" title="interface in net.minecraft.command">ICommand</a></code></dd>
</dl>
</li>
</ul>
<a name="addTabCompletionOptions(net.minecraft.command.ICommandSender, java.lang.String[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addTabCompletionOptions</h4>
<pre>public java.util.List addTabCompletionOptions(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_71516_1_,
java.lang.String[] p_71516_2_)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../net/minecraft/command/ICommand.html#addTabCompletionOptions(net.minecraft.command.ICommandSender,%20java.lang.String[])">addTabCompletionOptions</a></code> in interface <code><a href="../../../net/minecraft/command/ICommand.html" title="interface in net.minecraft.command">ICommand</a></code></dd>
</dl>
</li>
</ul>
<a name="parseInt(net.minecraft.command.ICommandSender, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>parseInt</h4>
<pre>public static int parseInt(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_71526_0_,
java.lang.String p_71526_1_)</pre>
</li>
</ul>
<a name="parseIntWithMin(net.minecraft.command.ICommandSender, java.lang.String, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>parseIntWithMin</h4>
<pre>public static int parseIntWithMin(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_71528_0_,
java.lang.String p_71528_1_,
int p_71528_2_)</pre>
</li>
</ul>
<a name="parseIntBounded(net.minecraft.command.ICommandSender, java.lang.String, int, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>parseIntBounded</h4>
<pre>public static int parseIntBounded(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_71532_0_,
java.lang.String p_71532_1_,
int p_71532_2_,
int p_71532_3_)</pre>
</li>
</ul>
<a name="parseDouble(net.minecraft.command.ICommandSender, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>parseDouble</h4>
<pre>public static double parseDouble(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_82363_0_,
java.lang.String p_82363_1_)</pre>
</li>
</ul>
<a name="parseDoubleWithMin(net.minecraft.command.ICommandSender, java.lang.String, double)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>parseDoubleWithMin</h4>
<pre>public static double parseDoubleWithMin(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_110664_0_,
java.lang.String p_110664_1_,
double p_110664_2_)</pre>
</li>
</ul>
<a name="parseDoubleBounded(net.minecraft.command.ICommandSender, java.lang.String, double, double)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>parseDoubleBounded</h4>
<pre>public static double parseDoubleBounded(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_110661_0_,
java.lang.String p_110661_1_,
double p_110661_2_,
double p_110661_4_)</pre>
</li>
</ul>
<a name="parseBoolean(net.minecraft.command.ICommandSender, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>parseBoolean</h4>
<pre>public static boolean parseBoolean(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_110662_0_,
java.lang.String p_110662_1_)</pre>
</li>
</ul>
<a name="getCommandSenderAsPlayer(net.minecraft.command.ICommandSender)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCommandSenderAsPlayer</h4>
<pre>public static <a href="../../../net/minecraft/entity/player/EntityPlayerMP.html" title="class in net.minecraft.entity.player">EntityPlayerMP</a> getCommandSenderAsPlayer(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_71521_0_)</pre>
</li>
</ul>
<a name="getPlayer(net.minecraft.command.ICommandSender, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPlayer</h4>
<pre>public static <a href="../../../net/minecraft/entity/player/EntityPlayerMP.html" title="class in net.minecraft.entity.player">EntityPlayerMP</a> getPlayer(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_82359_0_,
java.lang.String p_82359_1_)</pre>
</li>
</ul>
<a name="func_96332_d(net.minecraft.command.ICommandSender, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>func_96332_d</h4>
<pre>public static java.lang.String func_96332_d(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_96332_0_,
java.lang.String p_96332_1_)</pre>
</li>
</ul>
<a name="func_147178_a(net.minecraft.command.ICommandSender, java.lang.String[], int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>func_147178_a</h4>
<pre>public static <a href="../../../net/minecraft/util/IChatComponent.html" title="interface in net.minecraft.util">IChatComponent</a> func_147178_a(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_147178_0_,
java.lang.String[] p_147178_1_,
int p_147178_2_)</pre>
</li>
</ul>
<a name="func_147176_a(net.minecraft.command.ICommandSender, java.lang.String[], int, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>func_147176_a</h4>
<pre>public static <a href="../../../net/minecraft/util/IChatComponent.html" title="interface in net.minecraft.util">IChatComponent</a> func_147176_a(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_147176_0_,
java.lang.String[] p_147176_1_,
int p_147176_2_,
boolean p_147176_3_)</pre>
</li>
</ul>
<a name="func_82360_a(net.minecraft.command.ICommandSender, java.lang.String[], int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>func_82360_a</h4>
<pre>public static java.lang.String func_82360_a(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_82360_0_,
java.lang.String[] p_82360_1_,
int p_82360_2_)</pre>
</li>
</ul>
<a name="func_110666_a(net.minecraft.command.ICommandSender, double, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>func_110666_a</h4>
<pre>public static double func_110666_a(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_110666_0_,
double p_110666_1_,
java.lang.String p_110666_3_)</pre>
</li>
</ul>
<a name="func_110665_a(net.minecraft.command.ICommandSender, double, java.lang.String, int, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>func_110665_a</h4>
<pre>public static double func_110665_a(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_110665_0_,
double p_110665_1_,
java.lang.String p_110665_3_,
int p_110665_4_,
int p_110665_5_)</pre>
</li>
</ul>
<a name="getItemByText(net.minecraft.command.ICommandSender, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getItemByText</h4>
<pre>public static <a href="../../../net/minecraft/item/Item.html" title="class in net.minecraft.item">Item</a> getItemByText(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_147179_0_,
java.lang.String p_147179_1_)</pre>
</li>
</ul>
<a name="getBlockByText(net.minecraft.command.ICommandSender, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBlockByText</h4>
<pre>public static <a href="../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a> getBlockByText(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_147180_0_,
java.lang.String p_147180_1_)</pre>
</li>
</ul>
<a name="joinNiceString(java.lang.Object[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>joinNiceString</h4>
<pre>public static java.lang.String joinNiceString(java.lang.Object[] p_71527_0_)</pre>
</li>
</ul>
<a name="joinNiceString(net.minecraft.util.IChatComponent[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>joinNiceString</h4>
<pre>public static <a href="../../../net/minecraft/util/IChatComponent.html" title="interface in net.minecraft.util">IChatComponent</a> joinNiceString(<a href="../../../net/minecraft/util/IChatComponent.html" title="interface in net.minecraft.util">IChatComponent</a>[] p_147177_0_)</pre>
</li>
</ul>
<a name="joinNiceStringFromCollection(java.util.Collection)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>joinNiceStringFromCollection</h4>
<pre>public static java.lang.String joinNiceStringFromCollection(java.util.Collection p_96333_0_)</pre>
</li>
</ul>
<a name="doesStringStartWith(java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>doesStringStartWith</h4>
<pre>public static boolean doesStringStartWith(java.lang.String p_71523_0_,
java.lang.String p_71523_1_)</pre>
</li>
</ul>
<a name="getListOfStringsMatchingLastWord(java.lang.String[], java.lang.String...)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getListOfStringsMatchingLastWord</h4>
<pre>public static java.util.List getListOfStringsMatchingLastWord(java.lang.String[] p_71530_0_,
java.lang.String... p_71530_1_)</pre>
</li>
</ul>
<a name="getListOfStringsFromIterableMatchingLastWord(java.lang.String[], java.lang.Iterable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getListOfStringsFromIterableMatchingLastWord</h4>
<pre>public static java.util.List getListOfStringsFromIterableMatchingLastWord(java.lang.String[] p_71531_0_,
java.lang.Iterable p_71531_1_)</pre>
</li>
</ul>
<a name="isUsernameIndex(java.lang.String[], int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isUsernameIndex</h4>
<pre>public boolean isUsernameIndex(java.lang.String[] p_82358_1_,
int p_82358_2_)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../net/minecraft/command/ICommand.html#isUsernameIndex(java.lang.String[],%20int)">isUsernameIndex</a></code> in interface <code><a href="../../../net/minecraft/command/ICommand.html" title="interface in net.minecraft.command">ICommand</a></code></dd>
</dl>
</li>
</ul>
<a name="func_152373_a(net.minecraft.command.ICommandSender, net.minecraft.command.ICommand, java.lang.String, java.lang.Object...)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>func_152373_a</h4>
<pre>public static void func_152373_a(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_152373_0_,
<a href="../../../net/minecraft/command/ICommand.html" title="interface in net.minecraft.command">ICommand</a> p_152373_1_,
java.lang.String p_152373_2_,
java.lang.Object... p_152373_3_)</pre>
</li>
</ul>
<a name="func_152374_a(net.minecraft.command.ICommandSender, net.minecraft.command.ICommand, int, java.lang.String, java.lang.Object...)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>func_152374_a</h4>
<pre>public static void func_152374_a(<a href="../../../net/minecraft/command/ICommandSender.html" title="interface in net.minecraft.command">ICommandSender</a> p_152374_0_,
<a href="../../../net/minecraft/command/ICommand.html" title="interface in net.minecraft.command">ICommand</a> p_152374_1_,
int p_152374_2_,
java.lang.String p_152374_3_,
java.lang.Object... p_152374_4_)</pre>
</li>
</ul>
<a name="setAdminCommander(net.minecraft.command.IAdminCommand)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setAdminCommander</h4>
<pre>public static void setAdminCommander(<a href="../../../net/minecraft/command/IAdminCommand.html" title="interface in net.minecraft.command">IAdminCommand</a> p_71529_0_)</pre>
</li>
</ul>
<a name="compareTo(net.minecraft.command.ICommand)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>compareTo</h4>
<pre>public int compareTo(<a href="../../../net/minecraft/command/ICommand.html" title="interface in net.minecraft.command">ICommand</a> p_compareTo_1_)</pre>
</li>
</ul>
<a name="compareTo(java.lang.Object)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>compareTo</h4>
<pre>public int compareTo(java.lang.Object p_compareTo_1_)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>compareTo</code> in interface <code>java.lang.Comparable</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../net/minecraft/command/CommandClearInventory.html" title="class in net.minecraft.command"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?net/minecraft/command/CommandBase.html" target="_top">Frames</a></li>
<li><a href="CommandBase.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|