-
-
Notifications
You must be signed in to change notification settings - Fork 4
Map Screen Registry
Maximilian Dorn edited this page Sep 3, 2022
·
1 revision
Note: This class is part of the
plugin
module.
The MapScreenRegistry
acts as a registry for all created MapScreen
s. You can use the registry to retrieve MapScreen
s.
// 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)