Class GodStatusChangeEvent

All Implemented Interfaces:
Cancellable

public class GodStatusChangeEvent extends StatusChangeEvent
Fired when a user's god status is toggled.

Note that in older versions (original Essentials and early EssentialsX), the #getAffected and #getController methods are inverted.

  • Constructor Details

    • GodStatusChangeEvent

      public GodStatusChangeEvent(IUser affected, IUser controller, boolean value)
  • Method Details