Package com.mmoscene.h4j.habbohotel.cache

Examples of com.mmoscene.h4j.habbohotel.cache.CacheTask


        promos = H4J.getDAO().getHotelViewDAO().getPromos();
        richest = H4J.getDAO().getHotelViewDAO().getRichestUsers();

        H4J.getLogger(HabboHotel.class.getName()).info("Loaded Habbo Hotel successfully!");

        task = new CacheTask();
        pathfinder = new ComplexPathfinder();
    }
View Full Code Here

TOP

Related Classes of com.mmoscene.h4j.habbohotel.cache.CacheTask

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.