Uses of Enum Class
nl.mtvehicles.core.infrastructure.enums.WGFlag
Package
Description
Classes containing methods for plugin's supported soft-dependencies.
Custom enums used in the plugin
-
Uses of WGFlag in nl.mtvehicles.core.infrastructure.dependencies
Modifier and TypeFieldDescriptionstatic HashMap<WGFlag,org.codemc.worldguardwrapper.flag.IWrappedFlag<org.codemc.worldguardwrapper.flag.WrappedState>>
WorldGuardUtils.flags
HashMap which contains custom flagsModifier and TypeMethodDescriptionboolean
WorldGuardUtils.isInRegionWithFlag(org.bukkit.entity.Player player, org.bukkit.Location loc, WGFlag customFlag, boolean flagState)
Check whether a location is in a region with a (custom) flag of a specified state.boolean
WorldGuardUtils.isInRegionWithFlag(org.bukkit.entity.Player player, org.bukkit.Location loc, WGFlag customFlag, org.codemc.worldguardwrapper.flag.WrappedState flagState)
Check whether a location is in a region with a (custom) flag of a specified state. -
Uses of WGFlag in nl.mtvehicles.core.infrastructure.enums
Modifier and TypeMethodDescriptionstatic WGFlag
Returns the enum constant of this class with the specified name.static WGFlag[]
WGFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.