Java Imports
This page will explain all the allowed imports from Java (Anything not on this list is not allowed to be imported)
How to import
This code will import the java class and allow access to it's available methods
Imports
Keyboard
See this for full documentation: https://legacy.lwjgl.org/javadoc/org/lwjgl/input/Keyboard.html
Mouse
See this for full documentation: https://legacy.lwjgl.org/javadoc/org/lwjgl/input/Mouse.html
GL11
See this for full documentation: https://legacy.lwjgl.org/javadoc/org/lwjgl/opengl/GL11.html
GL13
See this for full documentation: https://legacy.lwjgl.org/javadoc/org/lwjgl/opengl/GL13.html
GL14
See this for full documentation: https://legacy.lwjgl.org/javadoc/org/lwjgl/opengl/GL14.html
GL20
See this for full documentation: https://legacy.lwjgl.org/javadoc/org/lwjgl/opengl/GL20.html
Map
See this for full documentation: https://docs.oracle.com/javase/8/docs/api/java/util/Map.html
HashMap
See this for full documentation: https://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html
List
See this for full documentation: https://docs.oracle.com/javase/8/docs/api/java/util/List.html
ArrayList
See this for full documentation: https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html
Math
See this for full documentation: https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html
Collectors
See this for full documentation: https://docs.oracle.com/javase/8/docs/api/java/util/stream/Collectors.html
Tuples
See this for full documentation: https://github.com/not-cedo/Tuples or the Pair page
Last updated