|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapView | |
---|---|
org.bukkit | More generalized classes in the API. |
org.bukkit.entity | Interfaces for non-voxel objects that can exist in a world , including all players, monsters, projectiles, etc. |
org.bukkit.event.server | Events relating to programmatic state
changes on the server. |
org.bukkit.map | Classes to facilitate plugin handling of map displays. |
Uses of MapView in org.bukkit |
---|
Methods in org.bukkit that return MapView | |
---|---|
static MapView |
Bukkit.createMap(World world)
|
MapView |
Server.createMap(World world)
Create a new map with an automatically assigned ID. |
static MapView |
Bukkit.getMap(short id)
|
MapView |
Server.getMap(short id)
Gets the map from the given item ID. |
Uses of MapView in org.bukkit.entity |
---|
Methods in org.bukkit.entity with parameters of type MapView | |
---|---|
void |
Player.sendMap(MapView map)
Render a map and send it to the player in its entirety. |
Uses of MapView in org.bukkit.event.server |
---|
Methods in org.bukkit.event.server that return MapView | |
---|---|
MapView |
MapInitializeEvent.getMap()
Gets the map initialized in this event. |
Constructors in org.bukkit.event.server with parameters of type MapView | |
---|---|
MapInitializeEvent(MapView mapView)
|
Uses of MapView in org.bukkit.map |
---|
Methods in org.bukkit.map that return MapView | |
---|---|
MapView |
MapCanvas.getMapView()
Get the map this canvas is attached to. |
Methods in org.bukkit.map with parameters of type MapView | |
---|---|
void |
MapRenderer.initialize(MapView map)
Initialize this MapRenderer for the given map. |
abstract void |
MapRenderer.render(MapView map,
MapCanvas canvas,
Player player)
Render to the given map. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |