Package com.rvandoosselaer.blocks
Class BlocksManagerState
- java.lang.Object
-
- com.jme3.app.state.BaseAppState
-
- com.rvandoosselaer.blocks.BlocksManagerState
-
- All Implemented Interfaces:
com.jme3.app.state.AppState
public class BlocksManagerState extends com.jme3.app.state.BaseAppState
An AppState implementation to manage the lifecycle of aBlocksManager
.
-
-
Constructor Summary
Constructors Constructor Description BlocksManagerState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
cleanup(com.jme3.app.Application app)
protected void
initialize(com.jme3.app.Application app)
protected void
onDisable()
protected void
onEnable()
void
update(float tpf)
-
-
-
Method Detail
-
initialize
protected void initialize(com.jme3.app.Application app)
- Specified by:
initialize
in classcom.jme3.app.state.BaseAppState
-
cleanup
protected void cleanup(com.jme3.app.Application app)
- Specified by:
cleanup
in classcom.jme3.app.state.BaseAppState
-
update
public void update(float tpf)
- Specified by:
update
in interfacecom.jme3.app.state.AppState
- Overrides:
update
in classcom.jme3.app.state.BaseAppState
-
onEnable
protected void onEnable()
- Specified by:
onEnable
in classcom.jme3.app.state.BaseAppState
-
onDisable
protected void onDisable()
- Specified by:
onDisable
in classcom.jme3.app.state.BaseAppState
-
-