apps.networkedthreedpuzzle
Class ThreeDPuzzle

java.lang.Object
  extended by com.jmex.game.state.GameState
      extended by synergynetframework.appsystem.table.appdefinitions.SynergyNetApp
          extended by synergynetframework.appsystem.table.appdefinitions.DefaultSynergyNetApp
              extended by apps.networkedthreedpuzzle.ThreeDPuzzle

public class ThreeDPuzzle
extends DefaultSynergyNetApp

The Class ThreeDPuzzle.


Constructor Summary
ThreeDPuzzle(ApplicationInfo info)
          Instantiates a new three d puzzle.
 
Method Summary
 void addContent()
          Adds the content.
 void cleanup()
           
 void occupyTetris(java.lang.String name)
          Occupy tetris.
 void onActivate()
          On activate.
 void stateUpdate(float tpf)
          State update.
 void syncTetris(java.util.List<SpatialAttributes> attributesList)
          Sync tetris.
 void unOccupyTetris(java.lang.String name)
          Un occupy tetris.
 
Methods inherited from class synergynetframework.appsystem.table.appdefinitions.DefaultSynergyNetApp
init
 
Methods inherited from class synergynetframework.appsystem.table.appdefinitions.SynergyNetApp
exitApp, getActivationCount, getApplicationDataDirectory, getInfo, getMenuController, getOrthoNode, getOrthoRenderPass, getRootNode, getWorldNode, getWorldRenderPass, render, renderDebug, setActivationCount, setActive, setMenuController, setOrthoRenderPass, setRootNode, setWorldRenderPass, update
 
Methods inherited from class com.jmex.game.state.GameState
getName, getParent, isActive, setName, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreeDPuzzle

public ThreeDPuzzle(ApplicationInfo info)
Instantiates a new three d puzzle.

Parameters:
info - the info
Method Detail

addContent

public void addContent()
Description copied from class: SynergyNetApp
Adds the content.

Specified by:
addContent in class SynergyNetApp

cleanup

public void cleanup()
Overrides:
cleanup in class SynergyNetApp

occupyTetris

public void occupyTetris(java.lang.String name)
Occupy tetris.

Parameters:
name - the name

onActivate

public void onActivate()
Description copied from class: SynergyNetApp
On activate.

Overrides:
onActivate in class SynergyNetApp

stateUpdate

public void stateUpdate(float tpf)
Description copied from class: SynergyNetApp
State update.

Parameters:
tpf - the tpf

syncTetris

public void syncTetris(java.util.List<SpatialAttributes> attributesList)
Sync tetris.

Parameters:
attributesList - the attributes list

unOccupyTetris

public void unOccupyTetris(java.lang.String name)
Un occupy tetris.

Parameters:
name - the name