All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.artemis.prefab.PrefabReader Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package com.artemis.prefab;

/**
 * 

Reads prefab data, receiving the path * from the prefab's {@link com.artemis.annotations.PrefabData}.

* *

The artemis-odb-serializer-json-libgdx and * artemis-odb-serializer-json artifacts bundle a default * JsonValuePrefabReader, which covers typical usage.

* * @see BasePrefab * @see com.artemis.annotations.PrefabData * @param source data type. */ public interface PrefabReader { void initialize(String path); DATA getData(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy