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

net.mostlyoriginal.api.component.interact.Aim Maven / Gradle / Ivy

There is a newer version: 2.5.0
Show newest version
package net.mostlyoriginal.api.component.interact;

import com.artemis.Component;
import net.mostlyoriginal.api.utils.reference.EntityReference;

/**
 * Entity aims at target entity.
 *
 * @author Daan van Yperen
 */
public class Aim extends Component {
    public EntityReference at;

    public Aim(EntityReference at) {
        this.at = at;
    }

    public Aim() {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy