[Feature] Updater Icons from Entrypoints
This commit is contained in:
parent
bcd64b87b7
commit
dca9817c17
9 changed files with 86 additions and 11 deletions
|
@ -19,10 +19,12 @@ public class EntrypointUtil {
|
|||
.toList();
|
||||
}
|
||||
|
||||
@ApiStatus.Internal
|
||||
public static <T extends WorldsTogetherEntrypoint> List<T> getCommon(Class<T> select) {
|
||||
return getEntryPoints(false, select);
|
||||
}
|
||||
|
||||
@ApiStatus.Internal
|
||||
public static <T extends WorldsTogetherEntrypoint> List<T> getClient(Class<T> select) {
|
||||
return getEntryPoints(true, select);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue