Class RemoteAPIChangeEvent

java.lang.Object
org.bukkit.event.Event
de.marcely.bedwars.api.event.remote.RemoteAPIChangeEvent

public class RemoteAPIChangeEvent extends Event
Gets called when the RemoteAPI implementation changes.

Typically, this should only get called in case the ProxySync addon starts (this event gets called for its RemoteAPI implementation) and after it stops (RemoteAPI gets replaced back to MBedwars' original implementation).

  • Constructor Details

    • RemoteAPIChangeEvent

      public RemoteAPIChangeEvent(RemoteAPI newAPI)
  • Method Details