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 MapViewModifier and TypeMethodDescriptionstatic @NotNull MapView
Create a new map with an automatically assigned ID.@NotNull MapView
Create a new map with an automatically assigned ID.static @Nullable MapView
Bukkit.getMap
(int id) Gets the map from the given item ID.@Nullable MapView
Server.getMap
(int 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 -
Uses of MapView in org.bukkit.event.server
Methods in org.bukkit.event.server that return MapViewModifier and TypeMethodDescription@NotNull MapView
MapInitializeEvent.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 TypeMethodDescription@Nullable MapView
MapMeta.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 MapViewModifier and TypeMethodDescription@NotNull MapView
MapCanvas.getMapView()
Get the map this canvas is attached to.Methods in org.bukkit.map with parameters of type MapView