Uses of Enum Class
nl.mtvehicles.core.infrastructure.enums.WGFlag
Packages that use 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
Fields in nl.mtvehicles.core.infrastructure.dependencies with type parameters of type WGFlagModifier and TypeFieldDescriptionstatic HashMap<WGFlag, org.codemc.worldguardwrapper.flag.IWrappedFlag<org.codemc.worldguardwrapper.flag.WrappedState>> WorldGuardUtils.flagsHashMap which contains custom flagsMethods in nl.mtvehicles.core.infrastructure.dependencies with parameters of type WGFlagModifier and TypeMethodDescriptionbooleanWorldGuardUtils.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.booleanWorldGuardUtils.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
Methods in nl.mtvehicles.core.infrastructure.enums that return WGFlagModifier and TypeMethodDescriptionstatic WGFlagReturns 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.Methods in nl.mtvehicles.core.infrastructure.enums that return types with arguments of type WGFlag