Uses of Enum Class
nl.minetopiasdb.api.enums.LevelcheckType
Packages that use LevelcheckType
Package
Description
Package that contains the enums used in MinetopiaSDB
Package that contains all of the player related MinetopiaSDB v2 events
-
Uses of LevelcheckType in nl.minetopiasdb.api.enums
Subclasses with type arguments of type LevelcheckType in nl.minetopiasdb.api.enumsModifier and TypeClassDescriptionenumDifferent reasons why a levelcheck is started.Methods in nl.minetopiasdb.api.enums that return LevelcheckTypeModifier and TypeMethodDescriptionstatic LevelcheckTypeReturns the enum constant of this class with the specified name.static LevelcheckType[]LevelcheckType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LevelcheckType in nl.minetopiasdb.api.events.player
Methods in nl.minetopiasdb.api.events.player that return LevelcheckTypeModifier and TypeMethodDescriptionPlayerLevelcheckEvent.getLevelcheckType()Get the type of levelcheckConstructors in nl.minetopiasdb.api.events.player with parameters of type LevelcheckTypeModifierConstructorDescriptionPlayerLevelcheckEvent(org.bukkit.OfflinePlayer player, int vehicles, LevelcheckType type)