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 |
Class and Description |
---|
MapProvider |
Class and Description |
---|
MapCursorProvider
Provides a
Minimap with cursors that will appear on the canvas, may be called extremely frequently(Several times per tick). |
MapPixelProvider |
MapProvider |
WorldCursorProvider
Provides a
Minimap with WorldCursor that will appear on the canvas, may be called extremely frequently(Several times per tick). |
WorldPixelProvider
Provides a
Minimap with what WorldPixel will appear on the canvas, may be called extremely frequently(Several times per tick). |