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

org.pixel.commons.lifecycle.Updatable Maven / Gradle / Ivy

The newest version!
/*
 * This software is available under Apache License
 * Copyright (c) 2020
 */

package org.pixel.commons.lifecycle;

import org.pixel.commons.DeltaTime;

public interface Updatable {
    /**
     * Update function
     *
     * @param delta (milliseconds)
     */
    void update(DeltaTime delta);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy