Package amidst.minecraft.remote

Examples of amidst.minecraft.remote.RemoteMinecraft


    repaint();
    Options.instance.lastProfile.set(name);
    (new Thread(new Runnable() {
      @Override
      public void run() {
        MinecraftUtil.setBiomeInterface(new RemoteMinecraft(remoteAddress));
        new FinderWindow();
        VersionSelectWindow.get().dispose();
      }
    })).start();
  }
View Full Code Here

TOP

Related Classes of amidst.minecraft.remote.RemoteMinecraft

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.