Package com.bergerkiller.bukkit.common.events

Examples of com.bergerkiller.bukkit.common.events.CommonEventFactory


    // Initialize permissions
    permissionHandler = new PermissionHandler();

    // Initialize event factory
    eventFactory = new CommonEventFactory();

    // Initialize entity map (needs to be here because of CommonPlugin instance needed)
    playerVisibleChunks = new EntityMap<Player, CommonPlayerMeta>();

    // Initialize Entity Blacklist
View Full Code Here

TOP

Related Classes of com.bergerkiller.bukkit.common.events.CommonEventFactory

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.