Package | Description |
---|---|
io.github.bananapuncher714.cartographer.core | |
io.github.bananapuncher714.cartographer.core.api.events.chunk |
Contains events dealing with chunk loading.
|
io.github.bananapuncher714.cartographer.core.api.events.minimap |
Contains events dealing with
Minimap . |
io.github.bananapuncher714.cartographer.core.api.map |
Contains providers for the
Minimap , allows customization to what gets displayed. |
io.github.bananapuncher714.cartographer.core.command.validator | |
io.github.bananapuncher714.cartographer.core.map | |
io.github.bananapuncher714.cartographer.core.map.process |
Contains classes for processing chunks and converting them to data for the renderer.
|
io.github.bananapuncher714.cartographer.core.renderer |
Contains classes responsible for rendering map items in-game.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,Minimap> |
MinimapManager.minimaps |
Modifier and Type | Method and Description |
---|---|
Minimap |
MinimapManager.constructNewMinimap(java.io.File dir) |
Minimap |
MinimapManager.constructNewMinimap(java.lang.String id) |
Minimap |
MinimapManager.load(java.io.File dir) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Minimap> |
MinimapManager.getMinimaps() |
Modifier and Type | Method and Description |
---|---|
void |
MinimapManager.convert(org.bukkit.map.MapView view,
Minimap map)
Change the given MapView to a Cartographer2
Minimap . |
org.bukkit.inventory.ItemStack |
MinimapManager.getItemFor(Minimap map) |
void |
MinimapManager.registerMinimap(Minimap minimap) |
void |
MinimapManager.remove(Minimap map) |
void |
MinimapManager.unload(Minimap map) |
org.bukkit.inventory.ItemStack |
MinimapManager.update(org.bukkit.inventory.ItemStack item,
Minimap newMap) |
Modifier and Type | Field and Description |
---|---|
protected Minimap |
ChunkProcessedEvent.map |
Modifier and Type | Method and Description |
---|---|
Minimap |
ChunkProcessedEvent.getMinimap()
Get the
Minimap for this event. |
Constructor and Description |
---|
ChunkLoadedEvent(Minimap map,
ChunkLocation location,
ChunkData chunk)
|
ChunkProcessedEvent(Minimap map,
ChunkLocation location,
ChunkData chunk)
Construct a new ChunkProcessedEvent for the given
Minimap at the ChunkLocation provided. |
Modifier and Type | Field and Description |
---|---|
protected Minimap |
MinimapEvent.map |
Modifier and Type | Method and Description |
---|---|
Minimap |
MinimapEvent.getMinimap()
Get the
Minimap involved in this event. |
Constructor and Description |
---|
MapUpdateBlockEvent(Minimap map,
org.bukkit.Location location,
MinimapPalette palette)
Construct a MapUpdateBlockEvent with the given
Minimap and MinimapPalette . |
MinimapDeleteEvent(Minimap map)
The
Minimap to be deleted. |
MinimapEvent(Minimap map)
Construct a new MinimapEvent with the provided
Minimap . |
MinimapLoadEvent(Minimap map)
The
Minimap that was loaded. |
MinimapUnloadEvent(Minimap map)
The
Minimap to be unloaded. |
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 |
---|---|
Minimap |
InputValidatorMinimap.get(java.lang.String input) |
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) |
Modifier and Type | Method and Description |
---|---|
static MapDataCache.ChunkState |
MapDataCache.getStateOf(Minimap map,
ChunkLocation location) |
Modifier and Type | Field and Description |
---|---|
protected Minimap |
RenderInfo.map |
Modifier and Type | Method and Description |
---|---|
Minimap |
CartographerRenderer.getMinimap() |
Modifier and Type | Method and Description |
---|---|
void |
CartographerRenderer.setMinimap(Minimap map) |
boolean |
CartographerRenderer.setPlayerMap(org.bukkit.entity.Player player,
Minimap map) |
Constructor and Description |
---|
CartographerRenderer(Cartographer plugin,
Minimap map) |