-
-
Notifications
You must be signed in to change notification settings - Fork 3
Map Screen Registry
Maximilian Dorn edited this page Sep 3, 2022
·
1 revision
Note: This class is part of the
pluginmodule.
The MapScreenRegistry acts as a registry for all created MapScreens. You can use the registry to retrieve MapScreens.
// Get screen with id 123
MapScreen screen = MapScreenRegistry.getScreen(123);
// Get all screens
Collection<MapScreen> screens = MapScreenRegistry.getScreens();- Getting started
- Core classes
- Other
- Examples
- Javadocs
- Concepts
- (Outdated)
"Dirty" maps - (Outdated)
The Advanced Content Change Algorithm
- (Outdated)
- Other
- (Outdated)
Memory usage
- (Outdated)