Package org.kitteh.tag.metrics

Examples of org.kitteh.tag.metrics.MetricsLite


        for (final Player player : this.getServer().getOnlinePlayers()) {
            this.in(player);
        }

        try {
            new MetricsLite(this);
        } catch (final IOException e) {
            // Whatever!
        }
    }
View Full Code Here

TOP

Related Classes of org.kitteh.tag.metrics.MetricsLite

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.