| Package | Description |
|---|---|
| io.github.bananapuncher714.cartographer.core.api |
Contains general utility classes, interfaces, and enums for Cartographer2.
|
| 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.
|
| io.github.bananapuncher714.cartographer.core.util |
| Modifier and Type | Method and Description |
|---|---|
int |
MapPixel.compareTo(MapPixel pixel) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<MapPixel> |
MapPixelProvider.getMapPixels(org.bukkit.entity.Player player,
Minimap map,
PlayerSetting setting)
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<MapPixel> |
Minimap.getPixelsFor(org.bukkit.entity.Player player,
PlayerSetting setting) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Collection<MapPixel> |
RenderInfo.mapPixels |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<MapPixel> |
MapUtil.getPixelsFor(java.awt.Image image,
int x,
int y) |