Uses of Enum Class
de.redstoneworld.redrestrictionhelper.enums.CheckMethods
Packages that use CheckMethods
Package
Description
-
Uses of CheckMethods in de.redstoneworld.redrestrictionhelper
Methods in de.redstoneworld.redrestrictionhelper that return CheckMethodsModifier and TypeMethodDescriptionRestrictionCheck.getCheckMethod()static CheckMethodsRestrictionCheck.getDefaultCheckMethod()Constructors in de.redstoneworld.redrestrictionhelper with parameters of type CheckMethodsModifierConstructorDescriptionRestrictionCheck(org.bukkit.plugin.Plugin bukkitPlugin, ActionTypes actionType, org.bukkit.Location location, org.bukkit.entity.Player targetPlayer, CheckMethods checkMethod) -
Uses of CheckMethods in de.redstoneworld.redrestrictionhelper.enums
Methods in de.redstoneworld.redrestrictionhelper.enums that return CheckMethodsModifier and TypeMethodDescriptionstatic CheckMethodsReturns the enum constant of this class with the specified name.static CheckMethods[]CheckMethods.values()Returns an array containing the constants of this enum class, in the order they are declared.