Class PlayerSettingsChangeEvent

java.lang.Object
net.minestom.server.event.Event
net.minestom.server.event.player.PlayerSettingsChangeEvent

public class PlayerSettingsChangeEvent
extends Event
Called after the player signals the server that his settings has been modified.
  • Constructor Summary

    Constructors 
    Constructor Description
    PlayerSettingsChangeEvent​(Player player)  
  • Method Summary

    Modifier and Type Method Description
    Player getPlayer()
    Gets the player who changed his settings.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait