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

games.rednblack.editor.renderer.utils.value.DynamicValue Maven / Gradle / Ivy

The newest version!
package games.rednblack.editor.renderer.utils.value;

public interface DynamicValue {
    T get();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy