Class GrindstoneListener

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

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

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

    plugin
  • Constructor Summary

    Constructors
    Constructor
    Description
    GrindstoneListener(@NonNull Divinity plugin)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onGrindStone(org.bukkit.event.inventory.PrepareGrindstoneEvent 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

    • GrindstoneListener

      public GrindstoneListener(@NonNull Divinity plugin)
  • Method Details

    • onGrindStone

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