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

koji.developerkit.utils.duplet.QuatroFunction Maven / Gradle / Ivy

Go to download

Koji's Developer kit is a dev kit I made for Minecraft that can make creating things and doing things within the Minecraft Spigot API easier

There is a newer version: 2.0.2.8
Show newest version
package koji.developerkit.utils.duplet;

@FunctionalInterface
public interface QuatroFunction {
    R apply(A a, B b, C c, D d);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy