Skip to content

Instantly share code, notes, and snippets.

View GUIpsp's full-sized avatar

Guilherme Espada GUIpsp

View GitHub Profile
public Applet createApplet() throws ClassNotFoundException,
InstantiationException, IllegalAccessException
{
Class<?> appletClass = classLoader
.loadClass("net.minecraft.client.MinecraftApplet");
try
{
Class<?> mcClass = classLoader.loadClass("net.minecraft.client.Minecraft");
Field mcDirField = null;