com.github.shynixn.petblocks.bukkit.logic.business.helper.SpigotEvent Maven / Gradle / Ivy
package com.github.shynixn.petblocks.bukkit.logic.business.helper;
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