C# Class MCSharp.Properties

ファイルを表示 Open project: Voziv/MCSharp

Public Properties

Property Type Description
AllowWorldChat bool
AntiTunnelEnabled bool
AutoUnloadEnabled bool
BackupInterval int
BetaMode bool
DebugEnabled bool
GuestGoto bool
IRCChannel string
IRCEnabled bool
IRCIdentify bool
IRCNick string
IRCPassword string
IRCPort int
IRCServer string
MainLevel string
MaxDepth byte
MaxMaps byte
MaxPlayers byte
PhysicsOverload int
PublicServer bool
ServerAdministrator string
ServerMOTD string
ServerName string
ServerPort int
VerifyNames bool
administratorCuboidLimit System.Int32
advBuilderCuboidLimit System.Int32
moderatorCuboidLimit System.Int32
operatorCuboidLimit System.Int32

Public Methods

Method Description
Load ( ) : void
ValidName ( string name ) : bool
ValidString ( string str ) : bool
ValidString ( string str, string allowed ) : bool

Private Methods

Method Description
Save ( ) : void

Method Details

Load() public static method

public static Load ( ) : void
return void

ValidName() public static method

public static ValidName ( string name ) : bool
name string
return bool

ValidString() public static method

public static ValidString ( string str ) : bool
str string
return bool

ValidString() public static method

public static ValidString ( string str, string allowed ) : bool
str string
allowed string
return bool

Property Details

AllowWorldChat public_oe static_oe property

public static bool AllowWorldChat
return bool

AntiTunnelEnabled public_oe static_oe property

public static bool AntiTunnelEnabled
return bool

AutoUnloadEnabled public_oe static_oe property

public static bool AutoUnloadEnabled
return bool

BackupInterval public_oe static_oe property

public static int BackupInterval
return int

BetaMode public_oe static_oe property

public static bool BetaMode
return bool

DebugEnabled public_oe static_oe property

public static bool DebugEnabled
return bool

GuestGoto public_oe static_oe property

public static bool GuestGoto
return bool

IRCChannel public_oe static_oe property

public static string IRCChannel
return string

IRCEnabled public_oe static_oe property

public static bool IRCEnabled
return bool

IRCIdentify public_oe static_oe property

public static bool IRCIdentify
return bool

IRCNick public_oe static_oe property

public static string IRCNick
return string

IRCPassword public_oe static_oe property

public static string IRCPassword
return string

IRCPort public_oe static_oe property

public static int IRCPort
return int

IRCServer public_oe static_oe property

public static string IRCServer
return string

MainLevel public_oe static_oe property

public static string MainLevel
return string

MaxDepth public_oe static_oe property

public static byte MaxDepth
return byte

MaxMaps public_oe static_oe property

public static byte MaxMaps
return byte

MaxPlayers public_oe static_oe property

public static byte MaxPlayers
return byte

PhysicsOverload public_oe static_oe property

public static int PhysicsOverload
return int

PublicServer public_oe static_oe property

public static bool PublicServer
return bool

ServerAdministrator public_oe static_oe property

public static string ServerAdministrator
return string

ServerMOTD public_oe static_oe property

public static string ServerMOTD
return string

ServerName public_oe static_oe property

public static string ServerName
return string

ServerPort public_oe static_oe property

public static int ServerPort
return int

VerifyNames public_oe static_oe property

public static bool VerifyNames
return bool

administratorCuboidLimit public_oe static_oe property

public static Int32,System administratorCuboidLimit
return System.Int32

advBuilderCuboidLimit public_oe static_oe property

public static Int32,System advBuilderCuboidLimit
return System.Int32

moderatorCuboidLimit public_oe static_oe property

public static Int32,System moderatorCuboidLimit
return System.Int32

operatorCuboidLimit public_oe static_oe property

public static Int32,System operatorCuboidLimit
return System.Int32