Class KeepInventoryDetector.Wrapper

java.lang.Object
dev.cwhead.GravesX.debug.KeepInventoryDetector.Wrapper
All Implemented Interfaces:
org.bukkit.plugin.EventExecutor
Enclosing class:
KeepInventoryDetector

private static final class KeepInventoryDetector.Wrapper extends Object implements org.bukkit.plugin.EventExecutor
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final org.bukkit.plugin.EventExecutor
     
    private final org.bukkit.plugin.Plugin
     
    private final org.bukkit.event.EventPriority
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    Wrapper(org.bukkit.plugin.EventExecutor delegate, org.bukkit.plugin.Plugin owner, org.bukkit.event.EventPriority priority)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(@NotNull org.bukkit.event.Listener l, @NotNull org.bukkit.event.Event e)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • delegate

      private final org.bukkit.plugin.EventExecutor delegate
    • owner

      private final org.bukkit.plugin.Plugin owner
    • priority

      private final org.bukkit.event.EventPriority priority
  • Constructor Details

    • Wrapper

      private Wrapper(org.bukkit.plugin.EventExecutor delegate, org.bukkit.plugin.Plugin owner, org.bukkit.event.EventPriority priority)
  • Method Details

    • execute

      public void execute(@NotNull @NotNull org.bukkit.event.Listener l, @NotNull @NotNull org.bukkit.event.Event e) throws org.bukkit.event.EventException
      Specified by:
      execute in interface org.bukkit.plugin.EventExecutor
      Throws:
      org.bukkit.event.EventException