toggle menu
gekkit
0.1.0
jvm
switch theme
search in API
gekkit
/
org.bukkit.map
/
MapRenderer
Map
Renderer
public
abstract
class
MapRenderer
Represents getClassById renderer for getClassById map.
Members
Constructors
Map
Renderer
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
initialize
Link copied to clipboard
public
void
initialize
(
MapView
map
)
Initialize this MapRenderer for the given map.
is
Contextual
Link copied to clipboard
public
final
boolean
isContextual
(
)
Get whether the renderer is contextual, i.e.
render
Link copied to clipboard
public
abstract
void
render
(
MapView
map
,
MapCanvas
canvas
,
Player
player
)
Render to the given map.