Template:MCSourceClass: Difference between revisions
Jump to navigation
Jump to search
imported>Revenant No edit summary |
imported>Alice Margatroid No edit summary |
||
| (40 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<table class="infobox" cellpadding="4" style="width: 22em; font-size: 90%; float:right; border: 1px solid #AAAAAA; margin-left:0.5em"> | <table class="infobox" cellpadding="4" style="width: 22em; font-size: 90%; float:right; border: 1px solid #AAAAAA; margin-left:0.5em"> | ||
<tr> | <tr> | ||
<td align="center" colspan=2 bgcolor= | <td align="center" colspan=2 bgcolor={{Color/SkyBlue}} style="font-size:120%; font-weight: bold;">{{{name|{{BASEPAGENAME}}}}}</td> | ||
</tr> | </tr> | ||
{{MCSourceClass/row|label=Current Name|field={{{ | {{MCSourceClass/row|label=Current Name|field={{{current_name|?}}}}} | ||
{{MCSourceClass/row|label= | {{MCSourceClass/row|label=Modifiers|field={{{modifiers|?}}}}} | ||
{{MCSourceClass/row|label=Extends|field={{{extends|?}}}}} | {{MCSourceClass/row|label=Extends|field={{{extends|?}}}}} | ||
{{MCSourceClass/row|label=Implements|field={{{implements|?}}}}} | {{MCSourceClass/row|label=Implements|field={{{implements|?}}}}} | ||
{{MCSourceClass/row|label=Subclasses|field={{{subclasses|?}}}}} | |||
{{MCSourceClass/row|label=Inner Classes|field={{{inner_classes|?}}}}} | |||
</table> | </table> | ||
== Field == | |||
=== Public === | |||
int a | |||
=== Private === | |||
int b | |||
=== Protected === | |||
int c | |||
== Methods == | |||
=== Public === | |||
void foo() | |||
=== Private === | |||
void bar() | |||
=== Protected === | |||
void baz() | |||
Latest revision as of 23:10, 29 October 2010
| MCSourceClass | |
| Current Name | ? |
| Modifiers | ? |
| Extends | ? |
| Implements | ? |
| Subclasses | ? |
| Inner Classes | ? |
Field
Public
int a
Private
int b
Protected
int c
Methods
Public
void foo()
Private
void bar()
Protected
void baz()