| Package | Description |
|---|---|
| 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 | Method and Description |
|---|---|
MapDisplayProvider |
MapDisplay.getSource()
Get the
MapDisplayProvider |
| Modifier and Type | Method and Description |
|---|---|
void |
MapDisplay.setSource(MapDisplayProvider provider)
Set the
MapDisplayProvider |
| Modifier and Type | Class and Description |
|---|---|
class |
GifPlayer
Simple GIF player plays a GIF on a display.
|
class |
ImageProvider
Simple image provider for
MapDisplay; will show an image with the given height and width
Also allows simple dot drawing with left and right click. |
| Modifier and Type | Class and Description |
|---|---|
class |
RadioCanvas
A simple canvas that allows modification through RadioIcons
|