| 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 | |
| io.github.bananapuncher714.cartographer.core.renderer |
Contains classes responsible for rendering map items in-game.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WorldCursor> |
WorldCursorProvider.getCursors(org.bukkit.entity.Player player,
Minimap map,
PlayerSetting setting)
Get a collection of
WorldCursor that will be placed on the map. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WorldCursor> |
DefaultPlayerCursorProvider.getCursors(org.bukkit.entity.Player player,
Minimap map,
PlayerSetting setting) |
java.util.Collection<WorldCursor> |
Minimap.getCursorsFor(org.bukkit.entity.Player player,
PlayerSetting setting) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Collection<WorldCursor> |
RenderInfo.worldCursors |