Introduced Brigadier Command System. More Formatting Coming in next commit.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package com.massivecraft.factions.util;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface QuadFunction<T, U, V, W, R> {
|
||||
R apply(T t, U u, V v, W w);
|
||||
}
|
||||
Reference in New Issue
Block a user