Interface FakeEventMaker


public interface FakeEventMaker
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isEventFake(org.bukkit.event.Event event)
    Check the event is fake
  • Method Details

    • isEventFake

      boolean isEventFake(org.bukkit.event.Event event)
      Check the event is fake
      Parameters:
      event - the event
      Returns:
      true if the event is fake, false otherwise