public class FlagHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.sk89q.worldguard.protection.flags.Flag<String> |
FAREWELL_ACTION |
static List<String> |
FLAG_GROUPS |
static com.sk89q.worldguard.protection.flags.Flag<String> |
GREET_ACTION |
static com.sk89q.worldguard.protection.flags.Flag<String> |
PS_BLOCK_MATERIAL |
static com.sk89q.worldguard.protection.flags.Flag<Boolean> |
PS_FOR_SALE |
static com.sk89q.worldguard.protection.flags.Flag<String> |
PS_HOME |
static com.sk89q.worldguard.protection.flags.Flag<String> |
PS_LANDLORD |
static com.sk89q.worldguard.protection.flags.Flag<Set<String>> |
PS_MERGED_REGIONS |
static com.sk89q.worldguard.protection.flags.Flag<Set<String>> |
PS_MERGED_REGIONS_TYPES |
static com.sk89q.worldguard.protection.flags.Flag<String> |
PS_NAME |
static com.sk89q.worldguard.protection.flags.Flag<Double> |
PS_PRICE |
static com.sk89q.worldguard.protection.flags.Flag<Double> |
PS_RENT_LAST_PAID |
static com.sk89q.worldguard.protection.flags.Flag<String> |
PS_RENT_PERIOD |
static com.sk89q.worldguard.protection.flags.Flag<Set<String>> |
PS_RENT_SETTINGS |
static com.sk89q.worldguard.protection.flags.Flag<String> |
PS_TAX_AUTOPAYER |
static com.sk89q.worldguard.protection.flags.Flag<Set<String>> |
PS_TAX_LAST_PAYMENT_ADDED |
static com.sk89q.worldguard.protection.flags.Flag<Set<String>> |
PS_TAX_PAYMENTS_DUE |
static com.sk89q.worldguard.protection.flags.Flag<String> |
PS_TENANT |
| Constructor and Description |
|---|
FlagHandler() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
getPlayerPlaceholderFlags() |
static void |
initDefaultFlagPlaceholders(HashMap<com.sk89q.worldguard.protection.flags.Flag<?>,Object> flags,
org.bukkit.entity.Player p) |
public static final com.sk89q.worldguard.protection.flags.Flag<String> GREET_ACTION
public static final com.sk89q.worldguard.protection.flags.Flag<String> FAREWELL_ACTION
public static final com.sk89q.worldguard.protection.flags.Flag<String> PS_HOME
public static final com.sk89q.worldguard.protection.flags.Flag<String> PS_BLOCK_MATERIAL
public static final com.sk89q.worldguard.protection.flags.Flag<String> PS_NAME
public static final com.sk89q.worldguard.protection.flags.Flag<Set<String>> PS_MERGED_REGIONS
public static final com.sk89q.worldguard.protection.flags.Flag<Set<String>> PS_MERGED_REGIONS_TYPES
public static final com.sk89q.worldguard.protection.flags.Flag<String> PS_LANDLORD
public static final com.sk89q.worldguard.protection.flags.Flag<String> PS_TENANT
public static final com.sk89q.worldguard.protection.flags.Flag<String> PS_RENT_PERIOD
public static final com.sk89q.worldguard.protection.flags.Flag<Double> PS_PRICE
public static final com.sk89q.worldguard.protection.flags.Flag<Double> PS_RENT_LAST_PAID
public static final com.sk89q.worldguard.protection.flags.Flag<Boolean> PS_FOR_SALE
public static final com.sk89q.worldguard.protection.flags.Flag<Set<String>> PS_RENT_SETTINGS
public static final com.sk89q.worldguard.protection.flags.Flag<Set<String>> PS_TAX_PAYMENTS_DUE
public static final com.sk89q.worldguard.protection.flags.Flag<Set<String>> PS_TAX_LAST_PAYMENT_ADDED
public static final com.sk89q.worldguard.protection.flags.Flag<String> PS_TAX_AUTOPAYER
Copyright © 2021. All rights reserved.