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.map.menu |
Contains classes for creating menus on maps.
|
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. |
java.util.Collection<org.bukkit.map.MapCursor> |
MapCursorProvider.getCursors(org.bukkit.entity.Player player,
Minimap map,
PlayerSetting setting)
Get a collection of cursors that can be placed on the map.
|
java.util.Collection<MapPixel> |
MapPixelProvider.getMapPixels(org.bukkit.entity.Player player,
Minimap map,
PlayerSetting setting)
|
java.util.Collection<WorldPixel> |
WorldPixelProvider.getWorldPixels(org.bukkit.entity.Player player,
Minimap map,
PlayerSetting setting)
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<org.bukkit.map.MapCursor> |
DefaultPointerCursorProvider.getCursors(org.bukkit.entity.Player player,
Minimap map,
PlayerSetting setting) |
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) |
java.util.Collection<org.bukkit.map.MapCursor> |
Minimap.getLocalCursorsFor(org.bukkit.entity.Player player,
PlayerSetting setting) |
java.util.Collection<MapPixel> |
Minimap.getPixelsFor(org.bukkit.entity.Player player,
PlayerSetting setting) |
java.util.Collection<WorldPixel> |
Minimap.getWorldPixelsFor(org.bukkit.entity.Player player,
PlayerSetting setting) |
Modifier and Type | Method and Description |
---|---|
boolean |
MapMenu.interact(org.bukkit.entity.Player player,
PlayerSetting setting) |
boolean |
MapMenu.view(org.bukkit.entity.Player player,
PlayerSetting setting) |
Modifier and Type | Field and Description |
---|---|
protected PlayerSetting |
RenderInfo.setting |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.util.UUID,PlayerSetting> |
CartographerRenderer.settings |
Modifier and Type | Method and Description |
---|---|
PlayerSetting |
PlayerSetting.setScale(double scale) |