fabric: More work
This commit is contained in:
parent
23e05262d7
commit
67a36d81e0
2 changed files with 2 additions and 17 deletions
|
|
@ -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;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue