Package com.rvandoosselaer.blocks
Class ChunkManagerState
java.lang.Object
com.jme3.app.state.BaseAppState
com.rvandoosselaer.blocks.ChunkManagerState
- All Implemented Interfaces:
com.jme3.app.state.AppState
public class ChunkManagerState
extends com.jme3.app.state.BaseAppState
An application state to handle the lifecycle of a ChunkManager.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcleanup(com.jme3.app.Application app) protected voidinitialize(com.jme3.app.Application app) protected voidprotected voidonEnable()voidupdate(float tpf) Methods inherited from class com.jme3.app.state.BaseAppState
cleanup, getApplication, getId, getState, getState, getState, getState, getStateManager, initialize, isEnabled, isInitialized, postRender, render, setEnabled, setId, stateAttached, stateDetached
-
Constructor Details
-
ChunkManagerState
public ChunkManagerState()
-
-
Method Details
-
initialize
protected void initialize(com.jme3.app.Application app) - Specified by:
initializein classcom.jme3.app.state.BaseAppState
-
cleanup
protected void cleanup(com.jme3.app.Application app) - Specified by:
cleanupin classcom.jme3.app.state.BaseAppState
-
update
public void update(float tpf) - Specified by:
updatein interfacecom.jme3.app.state.AppState- Overrides:
updatein classcom.jme3.app.state.BaseAppState
-
onEnable
protected void onEnable()- Specified by:
onEnablein classcom.jme3.app.state.BaseAppState
-
onDisable
protected void onDisable()- Specified by:
onDisablein classcom.jme3.app.state.BaseAppState
-