mirror of
https://github.com/LOOHP/Limbo.git
synced 2026-06-08 05:51:43 +00:00
Cache Event Methods, Polish Last PR
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.loohp.limbo.utils;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface CheckedBiConsumer<T, U, TException extends Throwable> {
|
||||
|
||||
void consume(T t, U u) throws TException;
|
||||
|
||||
}
|
||||
@@ -7,8 +7,8 @@ import java.nio.charset.StandardCharsets;
|
||||
import java.util.List;
|
||||
|
||||
import com.loohp.limbo.Limbo;
|
||||
import com.loohp.limbo.server.packets.PacketPlayOutDeclareCommands;
|
||||
import com.loohp.limbo.commands.CommandSender;
|
||||
import com.loohp.limbo.server.packets.PacketPlayOutDeclareCommands;
|
||||
|
||||
public class DeclareCommands {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user