fabric: More work

This commit is contained in:
Zach Levis 2021-01-15 22:37:12 -08:00 committed by Jason
parent 23e05262d7
commit 67a36d81e0
2 changed files with 2 additions and 17 deletions

View file

@ -6,21 +6,6 @@ import org.checkerframework.checker.nullness.qual.Nullable;
import java.util.Collection; import java.util.Collection;
public class MultipleGameProfileSelector implements Selector<GameProfile> { public interface MultipleGameProfileSelector extends Selector<GameProfile> {
@Override
public String getInput() {
return null;
}
@Override
public @Nullable EntitySelector getSelector() {
return null;
}
@Override
public Collection<GameProfile> get() {
return null;
}
} }

View file

@ -5,7 +5,7 @@
"name": "Cloud", "name": "Cloud",
"description": "Command framework and dispatcher for the JVM", "description": "Command framework and dispatcher for the JVM",
"authors": [ "Citomonstret", "zml" ], "authors": [ "Citymonstret", "zml" ],
"contact": { "contact": {
"homepage": "https://commandframework.cloud/", "homepage": "https://commandframework.cloud/",
"sources": "https://github.com/Incendo/cloud" "sources": "https://github.com/Incendo/cloud"