Make use of Bukkit's BoundingBox object (added in 1.13+)
See original GitHub issueDescription
Is your feature request related to a problem?
None.
Describe the solution you’d like us to implement.
As of 1.13, Bukkit has implemented an object called BoundingBox
(https://hub.spigotmc.org/javadocs/spigot/org/bukkit/util/BoundingBox.html).
It appears that this object could be useful to us and to potential API users as it provides a native alternative to some of our “in island space” code, as well as the Clipboard.
Describe alternatives you’ve considered.
None.
Additional context
What could and should be done with this object shall be discussed here prior to any integration.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Uses of Class org.bukkit.util.BoundingBox
Modifier and Type Method Description
BoundingBox BoundingBox. clone() Creates a copy of this bound...
BoundingBox BoundingBox. copy(BoundingBox other) Copies another bounding box.
static BoundingBox BoundingBox. deserialize(Map...
Read more >Solved - Get BoundingBox at location
Hey, I'm currently looking for a fast way to get a BoundingBox at a location, I need it to be performant as possible...
Read more >Uses of Class org.bukkit.Location
Takes the x/y/z from base and adds the specified x/y/z to it and returns self This mutates this object, clone first. Location, Location ......
Read more >How To Make A Bukkit Server in Minecraft 1.13.1 ... - YouTube
How do you make a Bukkit server in Minecraft 1.13.1? This video is a step-by-step guide on starting a 1.13.1 Bukkit server.
Read more >Chunk format - Minecraft Wiki - Fandom
A common use case for this to is make liquids flow after generating a source block, ... BB: Bounding box of the entire...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Well, so, it seems we implemented it in places that needed it to be, so let’s close this feature request!
I have to admit I discovered this API thanks to one of our users on the Discord server, so all the credit goes to him 🙂!