Package group24.escaperoom.data
Class MapManager
java.lang.Object
group24.escaperoom.data.MapManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<MapMetadata>copy(MapMetadata from, String newName) static CompletableFuture<Optional<String>>fetchThumbnail(MapMetadata metadata) Fetch the thumbnail for a given map metadata, returning the path of that file We can't load the image on a non OpenGL threadstatic Optional<com.badlogic.gdx.scenes.scene2d.ui.Image>loadThumbNail(String path)
-
Constructor Details
-
MapManager
public MapManager()
-
-
Method Details
-
loadThumbNail
-
fetchThumbnail
Fetch the thumbnail for a given map metadata, returning the path of that file We can't load the image on a non OpenGL thread -
copy
-