Uses of Interface
org.bukkit.map.MapView
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.Events
relating to programmatic state
changes on the server.The interfaces used when manipulating extra data can can be stored inside
item stacks
.Classes to facilitate plugin handling of
map
displays.-
Uses of MapView in org.bukkit
-
Uses of MapView in org.bukkit.entity
-
Uses of MapView in org.bukkit.event.server
Modifier and TypeMethodDescriptionMapInitializeEvent.getMap()
Gets the map initialized in this event. -
Uses of MapView in org.bukkit.inventory.meta
Modifier and TypeMethodDescriptionMapMeta.getMapView()
Gets the map view that is associated with this map item. -
Uses of MapView in org.bukkit.map