mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-11 14:21:52 +09:00
what the fuck I did to the Javadoc?
Former-commit-id: 3cb22beaffd151903f7d4cc8f0cdeffbabd9c1a0 Former-commit-id: 104e52928b020e3db2599acb9c99fb3bb23e2f91
This commit is contained in:
@@ -321,7 +321,7 @@ A particle syste responsible for maintaining a set of data about individual
|
||||
<TD><CODE><B><A HREF="../../../../org/newdawn/slick/particles/ParticleSystem.html#isVisible()">isVisible</A></B>()</CODE>
|
||||
|
||||
<BR>
|
||||
Check if this system is currently echo, i.e.</TD>
|
||||
Check if this system is currently visible, i.e.</TD>
|
||||
</TR>
|
||||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||||
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
||||
@@ -443,10 +443,10 @@ A particle syste responsible for maintaining a set of data about individual
|
||||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||||
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
||||
<CODE> void</CODE></FONT></TD>
|
||||
<TD><CODE><B><A HREF="../../../../org/newdawn/slick/particles/ParticleSystem.html#setVisible(boolean)">setVisible</A></B>(boolean echo)</CODE>
|
||||
<TD><CODE><B><A HREF="../../../../org/newdawn/slick/particles/ParticleSystem.html#setVisible(boolean)">setVisible</A></B>(boolean visible)</CODE>
|
||||
|
||||
<BR>
|
||||
Indicate whether the particle system should be echo, i.e.</TD>
|
||||
Indicate whether the particle system should be visible, i.e.</TD>
|
||||
</TR>
|
||||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||||
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
||||
@@ -687,7 +687,7 @@ isVisible</H3>
|
||||
<PRE>
|
||||
public boolean <B>isVisible</B>()</PRE>
|
||||
<DL>
|
||||
<DD>Check if this system is currently echo, i.e. it's actually
|
||||
<DD>Check if this system is currently visible, i.e. it's actually
|
||||
rendered
|
||||
<P>
|
||||
<DD><DL>
|
||||
@@ -700,13 +700,13 @@ public boolean <B>isVisible</B>()</PRE>
|
||||
<A NAME="setVisible(boolean)"><!-- --></A><H3>
|
||||
setVisible</H3>
|
||||
<PRE>
|
||||
public void <B>setVisible</B>(boolean echo)</PRE>
|
||||
public void <B>setVisible</B>(boolean visible)</PRE>
|
||||
<DL>
|
||||
<DD>Indicate whether the particle system should be echo, i.e. whether
|
||||
<DD>Indicate whether the particle system should be visible, i.e. whether
|
||||
it'll actually render
|
||||
<P>
|
||||
<DD><DL>
|
||||
<DT><B>Parameters:</B><DD><CODE>echo</CODE> - True if the particle system should render</DL>
|
||||
<DT><B>Parameters:</B><DD><CODE>visible</CODE> - True if the particle system should render</DL>
|
||||
</DD>
|
||||
</DL>
|
||||
<HR>
|
||||
|
||||
Reference in New Issue
Block a user