Uses of Enum Class
nl.minetopiasdb.api.enums.LevelChangeReason
Packages that use LevelChangeReason
Package
Description
Package that contains the enums used in MinetopiaSDB
Package that contains all of the player related MinetopiaSDB v2 events
Package that contains the playerdata objects
-
Uses of LevelChangeReason in nl.minetopiasdb.api.enums
Subclasses with type arguments of type LevelChangeReason in nl.minetopiasdb.api.enumsModifier and TypeClassDescriptionenumEnum that holds the different reasons why a level could be changedMethods in nl.minetopiasdb.api.enums that return LevelChangeReasonModifier and TypeMethodDescriptionstatic LevelChangeReasonReturns the enum constant of this class with the specified name.static LevelChangeReason[]LevelChangeReason.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LevelChangeReason in nl.minetopiasdb.api.events.player
Methods in nl.minetopiasdb.api.events.player that return LevelChangeReasonModifier and TypeMethodDescriptionPlayerChangeLevelEvent.getLevelChangeReason()Get the reason why the level has changed.Methods in nl.minetopiasdb.api.events.player with parameters of type LevelChangeReasonModifier and TypeMethodDescriptionstatic booleanPlayerChangeLevelEvent.setLevel(SDBPlayer target, int newLevel, LevelChangeReason changeReason) Constructors in nl.minetopiasdb.api.events.player with parameters of type LevelChangeReasonModifierConstructorDescriptionPlayerChangeLevelEvent(SDBPlayer player, LevelChangeReason reason, int newLevel) -
Uses of LevelChangeReason in nl.minetopiasdb.api.playerdata.objects
Methods in nl.minetopiasdb.api.playerdata.objects with parameters of type LevelChangeReasonModifier and TypeMethodDescriptionvoidOfflineSDBPlayer.setLevel(int level, LevelChangeReason reason) Change the level of this SDBPlayer.voidOnlineSDBPlayer.setLevel(int level, LevelChangeReason reason) Change the level of this SDBPlayer.voidSDBPlayer.setLevel(int level, LevelChangeReason reason) Change the level of this SDBPlayer.