| Package | Description |
|---|---|
| io.github.bananapuncher714.cartographer.core.api.map |
Contains providers for the
Minimap, allows customization to what gets displayed. |
| io.github.bananapuncher714.cartographer.core.map |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MapCursorProvider
Provides a
Minimap with cursors that will appear on the canvas, may be called extremely frequently(Several times per tick). |
interface |
MapPixelProvider
|
interface |
WorldCursorProvider
Provides a
Minimap with WorldCursor that will appear on the canvas, may be called extremely frequently(Several times per tick). |
interface |
WorldPixelProvider
Provides a
Minimap with what WorldPixel will appear on the canvas, may be called extremely frequently(Several times per tick). |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPlayerCursorProvider
Draw the player on the map.
|
class |
DefaultPointerCursorProvider |
| Modifier and Type | Method and Description |
|---|---|
void |
Minimap.register(MapProvider provider) |
void |
Minimap.unregister(MapProvider provider) |