
net.minestom.server.utils.function.IntegerBiConsumer Maven / Gradle / Ivy
package net.minestom.server.utils.function;
import org.jetbrains.annotations.ApiStatus;
@ApiStatus.Internal
@FunctionalInterface
public interface IntegerBiConsumer {
void accept(int v1, int v2);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy