public static enum Properties.ServerProperty extends Enum<Properties.ServerProperty>
Modifier and Type | Method and Description |
---|---|
String |
getPropertyName() |
static Properties.ServerProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Properties.ServerProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Properties.ServerProperty SPAWN_PROTECTION
public static final Properties.ServerProperty SERVER_NAME
public static final Properties.ServerProperty FORCE_GAMEMODE
public static final Properties.ServerProperty NETHER
public static final Properties.ServerProperty DEFAULT_GAMEMODE
public static final Properties.ServerProperty QUERY
public static final Properties.ServerProperty PLAYER_IDLE_TIMEOUT
public static final Properties.ServerProperty DIFFICULTY
public static final Properties.ServerProperty SPAWN_MONSTERS
public static final Properties.ServerProperty OP_PERMISSION_LEVEL
public static final Properties.ServerProperty RESOURCE_PACK_HASH
public static final Properties.ServerProperty RESOURCE_PACK
public static final Properties.ServerProperty ANNOUNCE_PLAYER_ACHIEVEMENTS
public static final Properties.ServerProperty PVP
public static final Properties.ServerProperty SNOOPER
public static final Properties.ServerProperty LEVEL_NAME
public static final Properties.ServerProperty LEVEL_TYPE
public static final Properties.ServerProperty LEVEL_SEED
public static final Properties.ServerProperty HARDCORE
public static final Properties.ServerProperty COMMAND_BLOCKS
public static final Properties.ServerProperty MAX_PLAYERS
public static final Properties.ServerProperty PACKET_COMPRESSION_LIMIT
public static final Properties.ServerProperty MAX_WORLD_SIZE
public static final Properties.ServerProperty IP
public static final Properties.ServerProperty PORT
public static final Properties.ServerProperty DEBUG_MODE
public static final Properties.ServerProperty SPAWN_NPCS
public static final Properties.ServerProperty SPAWN_ANIMALS
public static final Properties.ServerProperty FLIGHT
public static final Properties.ServerProperty VIEW_DISTANCE
public static final Properties.ServerProperty WHITE_LIST
public static final Properties.ServerProperty GENERATE_STRUCTURES
public static final Properties.ServerProperty MAX_BUILD_HEIGHT
public static final Properties.ServerProperty MOTD
public static final Properties.ServerProperty REMOTE_CONTROL
public static Properties.ServerProperty[] values()
for (Properties.ServerProperty c : Properties.ServerProperty.values()) System.out.println(c);
public static Properties.ServerProperty valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getPropertyName()
Copyright © 2022. All rights reserved.