FAWE incompatibility with WE CuboidRegion#getFaces() method
Aeliios opened this issue ยท 0 comments
Server Implementation
Paper
Server Version
1.18.2
Describe the bug
I made a plugin and used WE api in it, however I have FAWE on the server.
On this plugin i use the CuboidRegion#getFaces() method.
When this method is called, a NoSuchMethodError happens.
Cause : WE CuboidRegion#getFaces() returns a Region. FAWE CuboidRegion#getFaces() returns a RegionIntersection.
To Reproduce
- Have a server with FAWE on it.
- Create a plugin and use WE CuboidRegion#getFaces() method.
- Put the plugin on the server & run it.
- When the method is used in your plugin a NoSuchMethodError happens (see error log section below).
Expected behaviour
No error when method is called.
Screenshots / Videos
No response
Error log (if applicable)
https://paste.gg/p/anonymous/4d40094cc0c14ac9a4b26ba9b5461398
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/0a2000a81a0f47b189fa88c1d257bf34
Fawe Version
FastAsyncWorldEdit-Bukkit-2.4.1-SNAPSHOT-239
Checklist
- I have included a Fawe debugpaste.
- I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
Anything else?
No response