Package com.forgeessentials.snooper.response

Examples of com.forgeessentials.snooper.response.Responses


    public ModuleSnooper()
    {
        MinecraftForge.EVENT_BUS.register(this);

        APIRegistry.registerResponse(0, new Responses());

        APIRegistry.registerResponse(1, new ServerInfo());

        APIRegistry.registerResponse(5, new PlayerInfoResponse());
        APIRegistry.registerResponse(6, new PlayerInv());
View Full Code Here

TOP

Related Classes of com.forgeessentials.snooper.response.Responses

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.