Package net.minecraft.util.com.mojang.authlib.yggdrasil

Examples of net.minecraft.util.com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService


        this.d = proxy;
        this.universe = file1;
        this.p = new ServerConnection(this);
        this.o = new CommandDispatcher();
        this.convertable = new WorldLoaderServer(file1);
        this.T = new YggdrasilAuthenticationService(proxy, UUID.randomUUID().toString());
        this.U = this.T.createMinecraftSessionService();
        this.W = this.T.createProfileRepository();
    }
View Full Code Here

TOP

Related Classes of net.minecraft.util.com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService

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.