Package games.pixscape.runtime.prefab
Class RuntimePrefabFragment
java.lang.Object
com.artemis.io.SaveFileFormat
games.pixscape.runtime.prefab.RuntimePrefabFragment
public final class RuntimePrefabFragment
extends com.artemis.io.SaveFileFormat
-
Nested Class Summary
Nested classes/interfaces inherited from class com.artemis.io.SaveFileFormat
com.artemis.io.SaveFileFormat.ComponentIdentifiers, com.artemis.io.SaveFileFormat.Metadata -
Field Summary
FieldsFields inherited from class com.artemis.io.SaveFileFormat
archetypes, componentIdentifiers, entities, metadata -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidrequireCurrentSchema(com.badlogic.gdx.utils.JsonValue root) static voidrequireCurrentSchema(RuntimePrefabFragment fragment) Methods inherited from class com.artemis.io.SaveFileFormat
get, has, keys
-
Field Details
-
CURRENT_SCHEMA_VERSION
public static final int CURRENT_SCHEMA_VERSION- See Also:
-
schemaVersion
public int schemaVersion
-
-
Constructor Details
-
RuntimePrefabFragment
public RuntimePrefabFragment() -
RuntimePrefabFragment
public RuntimePrefabFragment(com.artemis.utils.IntBag entities)
-
-
Method Details
-
requireCurrentSchema
-
requireCurrentSchema
public static void requireCurrentSchema(com.badlogic.gdx.utils.JsonValue root)
-