Package com.onarandombox.MultiversePortals.utils

Examples of com.onarandombox.MultiversePortals.utils.PortalFiller


    private PlayerListenerHelper helper;

    public MVPPlayerListener(MultiversePortals plugin, PlayerListenerHelper helper) {
        this.plugin = plugin;
        this.helper = helper;
        this.filler = new PortalFiller(plugin.getCore());
    }
View Full Code Here

TOP

Related Classes of com.onarandombox.MultiversePortals.utils.PortalFiller

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.