mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 19:14:05 +09:00
what the fuck I did to the Javadoc?
Former-commit-id: 3cb22beaffd151903f7d4cc8f0cdeffbabd9c1a0 Former-commit-id: 104e52928b020e3db2599acb9c99fb3bb23e2f91
This commit is contained in:
@@ -611,7 +611,7 @@ A generic game container that handles the game loop, fps recording and
|
||||
<TD><CODE><B><A HREF="../../../org/newdawn/slick/GameContainer.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">
|
||||
@@ -879,7 +879,7 @@ A generic game container that handles the game loop, fps recording and
|
||||
<TD><CODE><B><A HREF="../../../org/newdawn/slick/GameContainer.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">
|
||||
@@ -2233,14 +2233,14 @@ setUpdateOnlyWhenVisible</H3>
|
||||
<PRE>
|
||||
public void <B>setUpdateOnlyWhenVisible</B>(boolean updateOnlyWhenVisible)</PRE>
|
||||
<DL>
|
||||
<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>
|
||||
</DL>
|
||||
</DD>
|
||||
<DD><DL>
|
||||
<DT><B>Parameters:</B><DD><CODE>updateOnlyWhenVisible</CODE> - True if we should updated only when the display is echo</DL>
|
||||
<DT><B>Parameters:</B><DD><CODE>updateOnlyWhenVisible</CODE> - True if we should updated only when the display is visible</DL>
|
||||
</DD>
|
||||
</DL>
|
||||
<HR>
|
||||
@@ -2250,14 +2250,14 @@ isUpdatingOnlyWhenVisible</H3>
|
||||
<PRE>
|
||||
public boolean <B>isUpdatingOnlyWhenVisible</B>()</PRE>
|
||||
<DL>
|
||||
<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>
|
||||
</DL>
|
||||
</DD>
|
||||
<DD><DL>
|
||||
|
||||
<DT><B>Returns:</B><DD>True if the game is only updated when the display is echo</DL>
|
||||
<DT><B>Returns:</B><DD>True if the game is only updated when the display is visible</DL>
|
||||
</DD>
|
||||
</DL>
|
||||
<HR>
|
||||
|
||||
Reference in New Issue
Block a user