public static interface LayerEditor.LayerEditorContext
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<Layer> | getAllLayers()Get a list with all currently available layers. | 
| ColourScheme | getColourScheme()Get the current colour scheme. | 
| CustomBiomeManager | getCustomBiomeManager()Get the current custom biome manager. | 
| Dimension | getDimension()Get the dimension currently loaded in the editor. | 
| boolean | isExtendedBlockIds()Indicates whether to support extended (12-bit) block IDs. | 
| void | settingsChanged()The layer editor must invoke this whenever the settings on the layer
 editor component have changed, for instance because a new layer has
 been loaded, the user has made a change, or the settings have been
 reset. | 
ColourScheme getColourScheme()
boolean isExtendedBlockIds()
true then it should allow selection of IDs up to and
 including 4095.true if extended block IDs must be supported.CustomBiomeManager getCustomBiomeManager()
java.util.List<Layer> getAllLayers()
void settingsChanged()
Dimension getDimension()