Does Minecraft use any open source Java libraries other than JDK?

I am interested in writing Java games and wondering if Minecraft is written purely using the standard JDK or if it uses open source libraries (or commercial ones).

+7
source share
2 answers

Yes. Minecraft uses the LWJGL library for graphics and sound.

+9
source

It uses the Java Game Controller jinput , and also here

+5
source

All Articles