mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 19:19:07 +00:00
Marker exhaustion & auto-removal in invalid positions
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
|
||||
package com.volmit.iris.util.function;
|
||||
|
||||
import java.util.concurrent.ExecutionException;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface Consumer4<A, B, C, D> {
|
||||
void accept(A a, B b, C c, D d);
|
||||
|
||||
Reference in New Issue
Block a user