Uses of Interface
org.bukkit.map.MapView
Packages that use 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
Methods in org.bukkit that return MapView -
Uses of MapView in org.bukkit.entity
Methods in org.bukkit.entity with parameters of type MapView -
Uses of MapView in org.bukkit.event.server
Methods in org.bukkit.event.server that return MapViewModifier and TypeMethodDescriptionMapInitializeEvent.getMap()
Gets the map initialized in this event.Constructors in org.bukkit.event.server with parameters of type MapView -
Uses of MapView in org.bukkit.inventory.meta
Methods in org.bukkit.inventory.meta that return MapViewModifier and TypeMethodDescriptionMapMeta.getMapView()
Gets the map view that is associated with this map item.Methods in org.bukkit.inventory.meta with parameters of type MapView -
Uses of MapView in org.bukkit.map
Methods in org.bukkit.map that return MapViewMethods in org.bukkit.map with parameters of type MapView