Uses of Enum Class
com.plotsquared.core.plot.flag.implementations.DenyTeleportFlag.DeniedGroup
Packages that use DenyTeleportFlag.DeniedGroup
-
Uses of DenyTeleportFlag.DeniedGroup in com.plotsquared.core.plot.flag.implementations
Methods in com.plotsquared.core.plot.flag.implementations that return DenyTeleportFlag.DeniedGroupModifier and TypeMethodDescriptionDenyTeleportFlag.DeniedGroup.fromString(@NonNull String string) static DenyTeleportFlag.DeniedGroupReturns the enum constant of this class with the specified name.static DenyTeleportFlag.DeniedGroup[]DenyTeleportFlag.DeniedGroup.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.plotsquared.core.plot.flag.implementations with parameters of type DenyTeleportFlag.DeniedGroupModifier and TypeMethodDescriptionprotected DenyTeleportFlagDenyTeleportFlag.flagOf(@NonNull DenyTeleportFlag.DeniedGroup value) DenyTeleportFlag.merge(@NonNull DenyTeleportFlag.DeniedGroup newValue) Constructors in com.plotsquared.core.plot.flag.implementations with parameters of type DenyTeleportFlag.DeniedGroupModifierConstructorDescriptionprotectedConstruct a new flag instance.