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

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

package net.mostlyoriginal.api.component.interact;

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

/**
 * Focus of entity (for example, focus for aggression).
 *
 * @author Daan van Yperen
 */
public class Focus extends Component {
    public EntityReference entity;

    public Focus(EntityReference entity) {
        this.entity = entity;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy