OvercastNetwork / SportBukkit

CraftBukkit and Bukkit modifications that improve stability and add new features
99 stars 84 forks source link

Implement minecraft-api #182

Closed jedediah closed 8 years ago

jedediah commented 8 years ago

https://github.com/OvercastNetwork/minecraft-api

twizmwazin commented 8 years ago

My concern here is that with overlapping class names, some people are going to get confused and import the incorrect class. And if this is intentionally used, because of overlapping names we will be required to use full class names.

jedediah commented 8 years ago

You generally wouldn't mix the shared and platform-specific APIs in the same source file, so it should be rare that you have to use two classes with the same name together.