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

net.mostlyoriginal.api.operation.temporal.DelayOperation Maven / Gradle / Ivy

There is a newer version: 2.5.0
Show newest version
package net.mostlyoriginal.api.operation.temporal;

import com.artemis.Entity;
import net.mostlyoriginal.api.component.Schedule;
import net.mostlyoriginal.api.operation.common.TemporalOperation;

/**
 * Delay.
 *
 * @author Daan van Yperen
 * @see Schedule
 */
public class DelayOperation extends TemporalOperation {

    public DelayOperation() {}

    @Override
    public void act(float percentage, Entity e) {
        // do nothing.
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy