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

net.mostlyoriginal.api.component.graphics.Invisible Maven / Gradle / Ivy

The newest version!
package net.mostlyoriginal.api.component.graphics;

import com.artemis.Component;

/**
 * Entity should not be rendered.
 *
 * @author Daan van Yperen
 */
public class Invisible extends Component {
    public Invisible() {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy