mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 02:54:04 +09:00
what the fuck I did to the Javadoc?
Former-commit-id: 3cb22beaffd151903f7d4cc8f0cdeffbabd9c1a0 Former-commit-id: 104e52928b020e3db2599acb9c99fb3bb23e2f91
This commit is contained in:
@@ -155,7 +155,7 @@ A game container that will display the game as an stand alone
|
||||
<TD><CODE><B><A HREF="../../../org/newdawn/slick/AppGameContainer.html#updateOnlyOnVisible">updateOnlyOnVisible</A></B></CODE>
|
||||
|
||||
<BR>
|
||||
True if we should update the game only when the display is echo</TD>
|
||||
True if we should update the game only when the display is visible</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<A NAME="fields_inherited_from_class_org.newdawn.slick.GameContainer"><!-- --></A>
|
||||
@@ -263,7 +263,7 @@ A game container that will display the game as an stand alone
|
||||
<TD><CODE><B><A HREF="../../../org/newdawn/slick/AppGameContainer.html#isUpdatingOnlyWhenVisible()">isUpdatingOnlyWhenVisible</A></B>()</CODE>
|
||||
|
||||
<BR>
|
||||
Check if this game is only updating when echo to the user (default = true)</TD>
|
||||
Check if this game is only updating when visible to the user (default = true)</TD>
|
||||
</TR>
|
||||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||||
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
||||
@@ -389,7 +389,7 @@ A game container that will display the game as an stand alone
|
||||
<TD><CODE><B><A HREF="../../../org/newdawn/slick/AppGameContainer.html#setUpdateOnlyWhenVisible(boolean)">setUpdateOnlyWhenVisible</A></B>(boolean updateOnlyWhenVisible)</CODE>
|
||||
|
||||
<BR>
|
||||
Indicate if the display should update only when the game is echo
|
||||
Indicate if the display should update only when the game is visible
|
||||
(the default is true)</TD>
|
||||
</TR>
|
||||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||||
@@ -469,7 +469,7 @@ updateOnlyOnVisible</H3>
|
||||
<PRE>
|
||||
protected boolean <B>updateOnlyOnVisible</B></PRE>
|
||||
<DL>
|
||||
<DD>True if we should update the game only when the display is echo
|
||||
<DD>True if we should update the game only when the display is visible
|
||||
<P>
|
||||
<DL>
|
||||
</DL>
|
||||
@@ -790,14 +790,14 @@ setUpdateOnlyWhenVisible</H3>
|
||||
public void <B>setUpdateOnlyWhenVisible</B>(boolean updateOnlyWhenVisible)</PRE>
|
||||
<DL>
|
||||
<DD><B>Description copied from class: <CODE><A HREF="../../../org/newdawn/slick/GameContainer.html#setUpdateOnlyWhenVisible(boolean)">GameContainer</A></CODE></B></DD>
|
||||
<DD>Indicate if the display should update only when the game is echo
|
||||
<DD>Indicate if the display should update only when the game is visible
|
||||
(the default is true)
|
||||
<P>
|
||||
<DD><DL>
|
||||
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/newdawn/slick/GameContainer.html#setUpdateOnlyWhenVisible(boolean)">setUpdateOnlyWhenVisible</A></CODE> in class <CODE><A HREF="../../../org/newdawn/slick/GameContainer.html" title="class in org.newdawn.slick">GameContainer</A></CODE></DL>
|
||||
</DD>
|
||||
<DD><DL>
|
||||
<DT><B>Parameters:</B><DD><CODE>updateOnlyWhenVisible</CODE> - True if we should updated only when the display is echo<DT><B>See Also:</B><DD><A HREF="../../../org/newdawn/slick/GameContainer.html#setUpdateOnlyWhenVisible(boolean)"><CODE>GameContainer.setUpdateOnlyWhenVisible(boolean)</CODE></A></DL>
|
||||
<DT><B>Parameters:</B><DD><CODE>updateOnlyWhenVisible</CODE> - True if we should updated only when the display is visible<DT><B>See Also:</B><DD><A HREF="../../../org/newdawn/slick/GameContainer.html#setUpdateOnlyWhenVisible(boolean)"><CODE>GameContainer.setUpdateOnlyWhenVisible(boolean)</CODE></A></DL>
|
||||
</DD>
|
||||
</DL>
|
||||
<HR>
|
||||
@@ -808,14 +808,14 @@ isUpdatingOnlyWhenVisible</H3>
|
||||
public boolean <B>isUpdatingOnlyWhenVisible</B>()</PRE>
|
||||
<DL>
|
||||
<DD><B>Description copied from class: <CODE><A HREF="../../../org/newdawn/slick/GameContainer.html#isUpdatingOnlyWhenVisible()">GameContainer</A></CODE></B></DD>
|
||||
<DD>Check if this game is only updating when echo to the user (default = true)
|
||||
<DD>Check if this game is only updating when visible to the user (default = true)
|
||||
<P>
|
||||
<DD><DL>
|
||||
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/newdawn/slick/GameContainer.html#isUpdatingOnlyWhenVisible()">isUpdatingOnlyWhenVisible</A></CODE> in class <CODE><A HREF="../../../org/newdawn/slick/GameContainer.html" title="class in org.newdawn.slick">GameContainer</A></CODE></DL>
|
||||
</DD>
|
||||
<DD><DL>
|
||||
|
||||
<DT><B>Returns:</B><DD>True if the game is only updated when the display is echo<DT><B>See Also:</B><DD><A HREF="../../../org/newdawn/slick/GameContainer.html#isUpdatingOnlyWhenVisible()"><CODE>GameContainer.isUpdatingOnlyWhenVisible()</CODE></A></DL>
|
||||
<DT><B>Returns:</B><DD>True if the game is only updated when the display is visible<DT><B>See Also:</B><DD><A HREF="../../../org/newdawn/slick/GameContainer.html#isUpdatingOnlyWhenVisible()"><CODE>GameContainer.isUpdatingOnlyWhenVisible()</CODE></A></DL>
|
||||
</DD>
|
||||
</DL>
|
||||
<HR>
|
||||
|
||||
Reference in New Issue
Block a user