MapRenderer

public abstract class MapRenderer

Represents getClassById renderer for getClassById map.

Constructors

Link copied to clipboard
public void MapRenderer()
Initialize the map renderer base to be non-contextual.
public void MapRenderer(boolean contextual)
Initialize the map renderer base with the given contextual status.

Functions

Link copied to clipboard
public void initialize(MapView map)
Initialize this MapRenderer for the given map.
Link copied to clipboard
public final boolean isContextual()
Get whether the renderer is contextual, i.e.
Link copied to clipboard
public abstract void render(MapView map, MapCanvas canvas, Player player)
Render to the given map.