All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.shynixn.petblocks.bukkit.lib.SpigotEvent Maven / Gradle / Ivy

The newest version!
package com.github.shynixn.petblocks.bukkit.lib;

import org.bukkit.event.Event;
import org.bukkit.event.HandlerList;

public class SpigotEvent extends Event {
    private final static HandlerList handlers = new HandlerList();

    @Override
    public HandlerList getHandlers() {
        return handlers;
    }

    public static HandlerList getHandlerList() {
        return handlers;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy