Package uk.org.whoami.geoip

Examples of uk.org.whoami.geoip.GeoIPTools


    @Override
    public void onEnable() {
        final Plugin plugin = this.plugin.getServer().getPluginManager().getPlugin("GeoIPTools");
        if (plugin != null) {
            final GeoIPTools geoip = (GeoIPTools) plugin;
            this.geoip = geoip.getGeoIPLookup();
        }
    }
View Full Code Here

TOP

Related Classes of uk.org.whoami.geoip.GeoIPTools

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.