groaxd / SonOyuncuClient

playground.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SonOyuncuClient

playground.

Contents

TODO

  • Maybe how to get Session ID ? (I don't release my auto generator due to pasters)

Usage

package net.minecraft.client;
...
public class Minecraft implements IThreadListener, IPlayerUsage {
    ...
    private void startGame() throws LWJGLException {
        ...
        this.checkGLError("Post startup");
        //Initialize here.
        SOPacket.initialize();
        ...
    }
}

About

playground.

License:The Unlicense


Languages

Language:Java 100.0%