
Minor API changes for the Sponge implementation
TheE opened this issue · 1 comments
This ticket is meant to bundle problems or ideas regarding mywarp-core
that are encountered while writing the sponge implementation. None of these changes block an implementation, but it might be worth to look at these changes before writing yet another implementation.
- Is
BlockFace.NONE
really needed? It might be clearer to just usenull
when a Sign has a different rotation. - Could
LocalWorld.isFullHight()
be kept for Bukkit only since Sponge users will start with a new database? - How can Sponge’s
ListService
be used by the core?