Uses of Class
de.extio.spacecraft.shared.bo.SceneLoader.ClearMode
-
Packages that use SceneLoader.ClearMode Package Description de.extio.spacecraft.shared.bo Business objects implement various game mechanics -
-
Uses of SceneLoader.ClearMode in de.extio.spacecraft.shared.bo
Methods in de.extio.spacecraft.shared.bo that return SceneLoader.ClearMode Modifier and Type Method Description static SceneLoader.ClearMode
SceneLoader.ClearMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SceneLoader.ClearMode[]
SceneLoader.ClearMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.extio.spacecraft.shared.bo with parameters of type SceneLoader.ClearMode Modifier and Type Method Description UUID
SceneLoader. load(Scene scene, CoordI2 position, SceneLoader.ClearMode clearMode)
Loads a scene from storage and add it to the game world
-