Files
vilya/apidocs/com/threerings/puzzle/data/PuzzleObject.html
T
2015-03-14 10:44:30 -07:00

660 lines
34 KiB
HTML

<!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 (1.8.0_31) on Sat Mar 14 10:07:08 PDT 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>PuzzleObject (Vilya Core 1.6 API)</title>
<meta name="date" content="2015-03-14">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PuzzleObject (Vilya Core 1.6 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<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="class-use/PuzzleObject.html">Use</a></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><a href="../../../../com/threerings/puzzle/data/PuzzleGameMarshaller.html" title="class in com.threerings.puzzle.data"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li>Next&nbsp;Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/threerings/puzzle/data/PuzzleObject.html" target="_top">Frames</a></li>
<li><a href="PuzzleObject.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li>
<li><a href="#nested.classes.inherited.from.class.com.threerings.crowd.data.PlaceObject">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</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">com.threerings.puzzle.data</div>
<h2 title="Class PuzzleObject" class="title">Class PuzzleObject</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>com.threerings.presents.dobj.DObject</li>
<li>
<ul class="inheritance">
<li>com.threerings.crowd.data.PlaceObject</li>
<li>
<ul class="inheritance">
<li><a href="../../../../com/threerings/parlor/game/data/GameObject.html" title="class in com.threerings.parlor.game.data">com.threerings.parlor.game.data.GameObject</a></li>
<li>
<ul class="inheritance">
<li>com.threerings.puzzle.data.PuzzleObject</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>com.threerings.crowd.chat.data.SpeakObject, com.threerings.io.Streamable, com.threerings.presents.data.InvocationCodes, <a href="../../../../com/threerings/puzzle/data/PuzzleCodes.html" title="interface in com.threerings.puzzle.data">PuzzleCodes</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">PuzzleObject</span>
extends <a href="../../../../com/threerings/parlor/game/data/GameObject.html" title="class in com.threerings.parlor.game.data">GameObject</a>
implements <a href="../../../../com/threerings/puzzle/data/PuzzleCodes.html" title="interface in com.threerings.puzzle.data">PuzzleCodes</a></pre>
<div class="block">Extends the basic <a href="../../../../com/threerings/parlor/game/data/GameObject.html" title="class in com.threerings.parlor.game.data"><code>GameObject</code></a> to add individual player status. Puzzle games typically
contain numerous players that may be knocked out of the game while the overall game continues
on, thereby necessitating this second level of game status.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.com.threerings.crowd.data.PlaceObject">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;com.threerings.crowd.data.PlaceObject</h3>
<code>com.threerings.crowd.data.PlaceObject.ManagerCaller</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.com.threerings.crowd.chat.data.SpeakObject">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from interface&nbsp;com.threerings.crowd.chat.data.SpeakObject</h3>
<code>com.threerings.crowd.chat.data.SpeakObject.ListenerOp</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.com.threerings.io.Streamable">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from interface&nbsp;com.threerings.io.Streamable</h3>
<code>com.threerings.io.Streamable.Closure</code></li>
</ul>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/threerings/puzzle/data/PuzzleObject.html#difficulty">difficulty</a></span></code>
<div class="block">The puzzle difficulty level.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/threerings/puzzle/data/PuzzleObject.html#DIFFICULTY">DIFFICULTY</a></span></code>
<div class="block">The field name of the <code>difficulty</code> field.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/threerings/puzzle/data/PuzzleObject.html#PUZZLE_GAME_SERVICE">PUZZLE_GAME_SERVICE</a></span></code>
<div class="block">The field name of the <code>puzzleGameService</code> field.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/threerings/puzzle/data/PuzzleGameMarshaller.html" title="class in com.threerings.puzzle.data">PuzzleGameMarshaller</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/threerings/puzzle/data/PuzzleObject.html#puzzleGameService">puzzleGameService</a></span></code>
<div class="block">Provides general puzzle game invocation services.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/threerings/puzzle/data/PuzzleObject.html#seed">seed</a></span></code>
<div class="block">The seed used to germinate the boards.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/threerings/puzzle/data/PuzzleObject.html#SEED">SEED</a></span></code>
<div class="block">The field name of the <code>seed</code> field.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/threerings/puzzle/data/BoardSummary.html" title="class in com.threerings.puzzle.data">BoardSummary</a>[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/threerings/puzzle/data/PuzzleObject.html#summaries">summaries</a></span></code>
<div class="block">Summaries of the boards of all players in this puzzle (may be null if the puzzle doesn't
support individual player boards).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/threerings/puzzle/data/PuzzleObject.html#SUMMARIES">SUMMARIES</a></span></code>
<div class="block">The field name of the <code>summaries</code> field.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.com.threerings.parlor.game.data.GameObject">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;com.threerings.parlor.game.data.<a href="../../../../com/threerings/parlor/game/data/GameObject.html" title="class in com.threerings.parlor.game.data">GameObject</a></h3>
<code><a href="../../../../com/threerings/parlor/game/data/GameObject.html#CANCELLED">CANCELLED</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#GAME_OVER">GAME_OVER</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#IN_PLAY">IN_PLAY</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#IS_PRIVATE">IS_PRIVATE</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#IS_RATED">IS_RATED</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#isPrivate">isPrivate</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#isRated">isRated</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#PLAYER_IN_PLAY">PLAYER_IN_PLAY</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#PLAYER_LEFT_GAME">PLAYER_LEFT_GAME</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#PLAYER_STATUS">PLAYER_STATUS</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#players">players</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#PLAYERS">PLAYERS</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#playerStatus">playerStatus</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#PRE_GAME">PRE_GAME</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#SESSION_ID">SESSION_ID</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#sessionId">sessionId</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#state">state</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#STATE">STATE</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#winners">winners</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#WINNERS">WINNERS</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.com.threerings.crowd.data.PlaceObject">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;com.threerings.crowd.data.PlaceObject</h3>
<code>manager, OCCUPANT_INFO, occupantInfo, occupants, OCCUPANTS, SPEAK_SERVICE, speakService</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.com.threerings.puzzle.data.PuzzleCodes">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;com.threerings.puzzle.data.<a href="../../../../com/threerings/puzzle/data/PuzzleCodes.html" title="interface in com.threerings.puzzle.data">PuzzleCodes</a></h3>
<code><a href="../../../../com/threerings/puzzle/data/PuzzleCodes.html#DEBUG_PUZZLE">DEBUG_PUZZLE</a>, <a href="../../../../com/threerings/puzzle/data/PuzzleCodes.html#DEFAULT_DIFFICULTY">DEFAULT_DIFFICULTY</a>, <a href="../../../../com/threerings/puzzle/data/PuzzleCodes.html#PUZZLE_MESSAGE_BUNDLE">PUZZLE_MESSAGE_BUNDLE</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.com.threerings.presents.data.InvocationCodes">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;com.threerings.presents.data.InvocationCodes</h3>
<code>ACCESS_DENIED, E_ACCESS_DENIED, E_INTERNAL_ERROR, GLOBAL_GROUP, INTERNAL_ERROR</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.com.threerings.crowd.chat.data.SpeakObject">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;com.threerings.crowd.chat.data.SpeakObject</h3>
<code>DEFAULT_IDENTIFIER</code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/threerings/puzzle/data/PuzzleObject.html#PuzzleObject--">PuzzleObject</a></span>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/threerings/puzzle/data/PuzzleObject.html#setDifficulty-int-">setDifficulty</a></span>(int&nbsp;value)</code>
<div class="block">Requests that the <code>difficulty</code> field be set to the
specified value.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/threerings/puzzle/data/PuzzleObject.html#setPuzzleGameService-com.threerings.puzzle.data.PuzzleGameMarshaller-">setPuzzleGameService</a></span>(<a href="../../../../com/threerings/puzzle/data/PuzzleGameMarshaller.html" title="class in com.threerings.puzzle.data">PuzzleGameMarshaller</a>&nbsp;value)</code>
<div class="block">Requests that the <code>puzzleGameService</code> field be set to the
specified value.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/threerings/puzzle/data/PuzzleObject.html#setSeed-long-">setSeed</a></span>(long&nbsp;value)</code>
<div class="block">Requests that the <code>seed</code> field be set to the
specified value.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/threerings/puzzle/data/PuzzleObject.html#setSummaries-com.threerings.puzzle.data.BoardSummary:A-">setSummaries</a></span>(<a href="../../../../com/threerings/puzzle/data/BoardSummary.html" title="class in com.threerings.puzzle.data">BoardSummary</a>[]&nbsp;value)</code>
<div class="block">Requests that the <code>summaries</code> field be set to the
specified value.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/threerings/puzzle/data/PuzzleObject.html#setSummariesAt-com.threerings.puzzle.data.BoardSummary-int-">setSummariesAt</a></span>(<a href="../../../../com/threerings/puzzle/data/BoardSummary.html" title="class in com.threerings.puzzle.data">BoardSummary</a>&nbsp;value,
int&nbsp;index)</code>
<div class="block">Requests that the <code>index</code>th element of
<code>summaries</code> field be set to the specified value.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.com.threerings.parlor.game.data.GameObject">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;com.threerings.parlor.game.data.<a href="../../../../com/threerings/parlor/game/data/GameObject.html" title="class in com.threerings.parlor.game.data">GameObject</a></h3>
<code><a href="../../../../com/threerings/parlor/game/data/GameObject.html#getActivePlayerCount--">getActivePlayerCount</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#getPlayerCount--">getPlayerCount</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#getPlayerIndex-com.threerings.util.Name-">getPlayerIndex</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#getWinnerCount--">getWinnerCount</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#getWinnerIndex--">getWinnerIndex</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#isActivePlayer-int-">isActivePlayer</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#isDraw--">isDraw</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#isInPlay--">isInPlay</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#isOccupiedPlayer-int-">isOccupiedPlayer</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#isWinner-int-">isWinner</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#setIsPrivate-boolean-">setIsPrivate</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#setIsRated-boolean-">setIsRated</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#setPlayers-com.threerings.util.Name:A-">setPlayers</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#setPlayersAt-com.threerings.util.Name-int-">setPlayersAt</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#setPlayerStatus-int:A-">setPlayerStatus</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#setPlayerStatusAt-int-int-">setPlayerStatusAt</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#setSessionId-int-">setSessionId</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#setState-int-">setState</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#setWinners-boolean:A-">setWinners</a>, <a href="../../../../com/threerings/parlor/game/data/GameObject.html#setWinnersAt-boolean-int-">setWinnersAt</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.com.threerings.crowd.data.PlaceObject">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;com.threerings.crowd.data.PlaceObject</h3>
<code>addToOccupantInfo, addToOccupants, applyToListeners, getChatIdentifier, getOccupantInfo, initManagerCaller, removeFromOccupantInfo, removeFromOccupants, setOccupantInfo, setSpeakService, shouldBroadcast, updateOccupantInfo</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.com.threerings.presents.dobj.DObject">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;com.threerings.presents.dobj.DObject</h3>
<code>acquireLock, addListener, addListener, addSubscriber, addToSet, cancelTransaction, changeAttribute, checkPermissions, checkPermissions, commitTransaction, destroy, getAccessController, getAttribute, getLocal, getLocals, getManager, getOid, getSet, inTransaction, isActive, notifyListeners, notifyProxies, postEvent, postMessage, postMessage, releaseLock, removeFromSet, removeListener, removeSubscriber, setAccessController, setAttribute, setDestroyOnLastSubscriberRemoved, setLocal, setManager, setOid, startTransaction, toString, updateSet, which</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="PUZZLE_GAME_SERVICE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PUZZLE_GAME_SERVICE</h4>
<pre>@Generated(value="com.threerings.presents.tools.GenDObjectTask")
public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PUZZLE_GAME_SERVICE</pre>
<div class="block">The field name of the <code>puzzleGameService</code> field.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#com.threerings.puzzle.data.PuzzleObject.PUZZLE_GAME_SERVICE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DIFFICULTY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DIFFICULTY</h4>
<pre>@Generated(value="com.threerings.presents.tools.GenDObjectTask")
public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DIFFICULTY</pre>
<div class="block">The field name of the <code>difficulty</code> field.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#com.threerings.puzzle.data.PuzzleObject.DIFFICULTY">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SUMMARIES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SUMMARIES</h4>
<pre>@Generated(value="com.threerings.presents.tools.GenDObjectTask")
public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> SUMMARIES</pre>
<div class="block">The field name of the <code>summaries</code> field.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#com.threerings.puzzle.data.PuzzleObject.SUMMARIES">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SEED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SEED</h4>
<pre>@Generated(value="com.threerings.presents.tools.GenDObjectTask")
public static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> SEED</pre>
<div class="block">The field name of the <code>seed</code> field.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#com.threerings.puzzle.data.PuzzleObject.SEED">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="puzzleGameService">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>puzzleGameService</h4>
<pre>public&nbsp;<a href="../../../../com/threerings/puzzle/data/PuzzleGameMarshaller.html" title="class in com.threerings.puzzle.data">PuzzleGameMarshaller</a> puzzleGameService</pre>
<div class="block">Provides general puzzle game invocation services.</div>
</li>
</ul>
<a name="difficulty">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>difficulty</h4>
<pre>public&nbsp;int difficulty</pre>
<div class="block">The puzzle difficulty level.</div>
</li>
</ul>
<a name="summaries">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>summaries</h4>
<pre>public&nbsp;<a href="../../../../com/threerings/puzzle/data/BoardSummary.html" title="class in com.threerings.puzzle.data">BoardSummary</a>[] summaries</pre>
<div class="block">Summaries of the boards of all players in this puzzle (may be null if the puzzle doesn't
support individual player boards).</div>
</li>
</ul>
<a name="seed">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>seed</h4>
<pre>public&nbsp;long seed</pre>
<div class="block">The seed used to germinate the boards.</div>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="PuzzleObject--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PuzzleObject</h4>
<pre>public&nbsp;PuzzleObject()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="setPuzzleGameService-com.threerings.puzzle.data.PuzzleGameMarshaller-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPuzzleGameService</h4>
<pre>@Generated(value="com.threerings.presents.tools.GenDObjectTask")
public&nbsp;void&nbsp;setPuzzleGameService(<a href="../../../../com/threerings/puzzle/data/PuzzleGameMarshaller.html" title="class in com.threerings.puzzle.data">PuzzleGameMarshaller</a>&nbsp;value)</pre>
<div class="block">Requests that the <code>puzzleGameService</code> field be set to the
specified value. The local value will be updated immediately and an
event will be propagated through the system to notify all listeners
that the attribute did change. Proxied copies of this object (on
clients) will apply the value change when they received the
attribute changed notification.</div>
</li>
</ul>
<a name="setDifficulty-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDifficulty</h4>
<pre>@Generated(value="com.threerings.presents.tools.GenDObjectTask")
public&nbsp;void&nbsp;setDifficulty(int&nbsp;value)</pre>
<div class="block">Requests that the <code>difficulty</code> field be set to the
specified value. The local value will be updated immediately and an
event will be propagated through the system to notify all listeners
that the attribute did change. Proxied copies of this object (on
clients) will apply the value change when they received the
attribute changed notification.</div>
</li>
</ul>
<a name="setSummaries-com.threerings.puzzle.data.BoardSummary:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSummaries</h4>
<pre>@Generated(value="com.threerings.presents.tools.GenDObjectTask")
public&nbsp;void&nbsp;setSummaries(<a href="../../../../com/threerings/puzzle/data/BoardSummary.html" title="class in com.threerings.puzzle.data">BoardSummary</a>[]&nbsp;value)</pre>
<div class="block">Requests that the <code>summaries</code> field be set to the
specified value. The local value will be updated immediately and an
event will be propagated through the system to notify all listeners
that the attribute did change. Proxied copies of this object (on
clients) will apply the value change when they received the
attribute changed notification.</div>
</li>
</ul>
<a name="setSummariesAt-com.threerings.puzzle.data.BoardSummary-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSummariesAt</h4>
<pre>@Generated(value="com.threerings.presents.tools.GenDObjectTask")
public&nbsp;void&nbsp;setSummariesAt(<a href="../../../../com/threerings/puzzle/data/BoardSummary.html" title="class in com.threerings.puzzle.data">BoardSummary</a>&nbsp;value,
int&nbsp;index)</pre>
<div class="block">Requests that the <code>index</code>th element of
<code>summaries</code> field be set to the specified value.
The local value will be updated immediately and an event will be
propagated through the system to notify all listeners that the
attribute did change. Proxied copies of this object (on clients)
will apply the value change when they received the attribute
changed notification.</div>
</li>
</ul>
<a name="setSeed-long-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setSeed</h4>
<pre>@Generated(value="com.threerings.presents.tools.GenDObjectTask")
public&nbsp;void&nbsp;setSeed(long&nbsp;value)</pre>
<div class="block">Requests that the <code>seed</code> field be set to the
specified value. The local value will be updated immediately and an
event will be propagated through the system to notify all listeners
that the attribute did change. Proxied copies of this object (on
clients) will apply the value change when they received the
attribute changed notification.</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<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="class-use/PuzzleObject.html">Use</a></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><a href="../../../../com/threerings/puzzle/data/PuzzleGameMarshaller.html" title="class in com.threerings.puzzle.data"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li>Next&nbsp;Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/threerings/puzzle/data/PuzzleObject.html" target="_top">Frames</a></li>
<li><a href="PuzzleObject.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li>
<li><a href="#nested.classes.inherited.from.class.com.threerings.crowd.data.PlaceObject">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2015. All rights reserved.</small></p>
</body>
</html>