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

io.github.bloepiloepi.spear.objects.SPObject Maven / Gradle / Ivy

The newest version!
package io.github.bloepiloepi.spear.objects;

/**
 * Represents a buildable object in Spear.
 * Buildable means it can be converted to a String to put into a Spear file.
 */
public abstract class SPObject {
	
	abstract String build();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy