Class VanishStatusChangeEvent

All Implemented Interfaces:
Cancellable

public class VanishStatusChangeEvent extends StatusChangeEvent
Fired when a player's vanish status changes due to the /vanish command.

For other cases where the player's vanish status changes, you should listen on PlayerJoinEvent and check with IUser.isVanished().

  • Constructor Details

    • VanishStatusChangeEvent

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