Package com.forgeessentials.snooper.response

Examples of com.forgeessentials.snooper.response.PlayerInv


        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.PlayerInv

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.