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.
|
Modifier and Type | Method and Description |
---|---|
int |
WorldPixel.compareTo(WorldPixel other) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<WorldPixel> |
WorldPixelProvider.getWorldPixels(org.bukkit.entity.Player player,
Minimap map,
PlayerSetting setting)
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<WorldPixel> |
Minimap.getWorldPixelsFor(org.bukkit.entity.Player player,
PlayerSetting setting) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Collection<WorldPixel> |
RenderInfo.worldPixels |