mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 02:44:50 +00:00
Wip OnlineGameState
This commit is contained in:
@@ -90,6 +90,11 @@ public class ResourceManager {
|
||||
return asset.getResource();
|
||||
}
|
||||
|
||||
// @SuppressWarnings("unchecked")
|
||||
// public static <T extends BaseResource> ArrayList<ResourceMeta<T>> getAllOfType() {
|
||||
// return (ArrayList<ResourceMeta<T>>) (ArrayList<?>) new ArrayList<>(assets.values());
|
||||
// }
|
||||
|
||||
/**
|
||||
* Retrieve all assets of a specific resource type.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user