mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-16 21:21:22 +01:00
Remove unused consumers
This commit is contained in:
parent
41a0f22468
commit
2713650b23
@ -1,9 +0,0 @@
|
||||
package net.minestom.server.utils.consumer;
|
||||
|
||||
import net.minestom.server.entity.Entity;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface EntityConsumer {
|
||||
void accept(@NotNull Entity entity);
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
package net.minestom.server.utils.consumer;
|
||||
|
||||
import net.minestom.server.entity.Player;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public interface PlayerConsumer extends EntityConsumer {
|
||||
void accept(@NotNull Player player);
|
||||
}
|
Loading…
Reference in New Issue
Block a user