| Package | Description |
|---|---|
| io.github.bananapuncher714.radioboard |
RadioBoard basic components and objects
|
| io.github.bananapuncher714.radioboard.api |
Contains relevant classes for extending/implementing and an interface for NMS related things
|
| io.github.bananapuncher714.radioboard.providers |
Examples and implementations of simple
MapDisplayProvider |
| io.github.bananapuncher714.radioboard.providers.canvas |
RadioCanvas and RadioIcon for easy canvas creation |
| Modifier and Type | Class and Description |
|---|---|
class |
RBoard
A Minecraft implementation of a canvas of maps; keeps a cache of the display, and a set
of sources.
|
| Modifier and Type | Method and Description |
|---|---|
MapDisplay |
FrameManager.getDisplay(java.lang.String id) |
MapDisplay |
FrameManager.removeDisplay(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<MapDisplay> |
FrameManager.getDisplays() |
| Modifier and Type | Method and Description |
|---|---|
void |
FrameManager.registerDisplay(MapDisplay display) |
| Modifier and Type | Method and Description |
|---|---|
void |
MapDisplayProvider.provideFor(MapDisplay display)
Start providing frames for the given display
|
| Modifier and Type | Method and Description |
|---|---|
void |
GifPlayer.provideFor(MapDisplay display) |
void |
ImageProvider.provideFor(MapDisplay display) |
| Modifier and Type | Method and Description |
|---|---|
void |
RadioCanvas.provideFor(MapDisplay display) |