Uses of Class
io.github.lucfr1746.llibrary.itemstack.helper.MapViewBuilder
Packages that use MapViewBuilder
-
Uses of MapViewBuilder in io.github.lucfr1746.llibrary.itemstack.helper
Methods in io.github.lucfr1746.llibrary.itemstack.helper that return MapViewBuilderModifier and TypeMethodDescriptionMapViewBuilder.addRenderer
(@NotNull org.bukkit.map.MapRenderer renderer) Adds a renderer to the map.MapViewBuilder.removeRenderer
(@NotNull org.bukkit.map.MapRenderer renderer) Removes a renderer from the map.MapViewBuilder.setCenterX
(int x) Sets the center X coordinate of the map.MapViewBuilder.setCenterZ
(int z) Sets the center Z coordinate of the map.MapViewBuilder.setLocked
(boolean locked) Sets whether the map is locked.MapViewBuilder.setScale
(org.bukkit.map.MapView.Scale scale) Sets the scale of the map.MapViewBuilder.setTrackingPosition
(boolean tracking) Sets whether the map should track player positions.MapViewBuilder.setUnlimitedTracking
(boolean unlimited) Sets whether the map has unlimited tracking.MapViewBuilder.setWorld
(@NotNull org.bukkit.World world) Sets the world the map is associated with.