PaperMC / PaperLib

Plugin Library for interfacing with Paper Specific API's with graceful fallback that maintains Spigot Compatibility, such as Async Chunk Loading.
MIT License
267 stars 32 forks source link

Async TP to another entity #62

Closed JT122406 closed 2 years ago

JT122406 commented 2 years ago

Can easily be done by devs but why not have it directly in the lib

JRoy commented 2 years ago

This is just API bloat. The difference would be calling teleportAsync(entity) vs teleportAsync (entity.getLocation()) which is hardly an inconvenience.