Class VanillaWrapperListener

java.lang.Object
studio.magemonkey.codex.manager.IListener<Divinity>
studio.magemonkey.divinity.manager.listener.object.VanillaWrapperListener
All Implemented Interfaces:
org.bukkit.event.Listener, studio.magemonkey.codex.manager.AbstractListener

public class VanillaWrapperListener extends studio.magemonkey.codex.manager.IListener<Divinity>
  • Field Summary

    Fields inherited from class studio.magemonkey.codex.manager.IListener

    plugin
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onAnvilUse(org.bukkit.event.inventory.PrepareAnvilEvent e)
     
    void
    onEnchantingTable(org.bukkit.event.enchantment.PrepareItemEnchantEvent e)
     
    void
    onGrindStone(org.bukkit.event.inventory.PrepareGrindstoneEvent e)
     
    void
    onVanillaDamage(org.bukkit.event.entity.EntityDamageEvent e)
     
    void
    onVanillaProjectLaunch(org.bukkit.event.entity.ProjectileLaunchEvent e)
     
    void
    onVanillaShootBow(org.bukkit.event.entity.EntityShootBowEvent e)
     

    Methods inherited from class studio.magemonkey.codex.manager.IListener

    registerListeners

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface studio.magemonkey.codex.manager.AbstractListener

    unregisterListeners
  • Constructor Details

    • VanillaWrapperListener

      public VanillaWrapperListener(@NotNull Divinity plugin)
  • Method Details

    • onVanillaShootBow

      public void onVanillaShootBow(org.bukkit.event.entity.EntityShootBowEvent e)
    • onVanillaProjectLaunch

      public void onVanillaProjectLaunch(org.bukkit.event.entity.ProjectileLaunchEvent e)
    • onVanillaDamage

      public void onVanillaDamage(org.bukkit.event.entity.EntityDamageEvent e)
    • onAnvilUse

      public void onAnvilUse(org.bukkit.event.inventory.PrepareAnvilEvent e)
    • onEnchantingTable

      public void onEnchantingTable(org.bukkit.event.enchantment.PrepareItemEnchantEvent e)
    • onGrindStone

      public void onGrindStone(org.bukkit.event.inventory.PrepareGrindstoneEvent e)