C# Class MCLawl.Level

Mostra file Open project: dekema2/MCDek Class Usage Examples

Public Properties

Property Type Description
Death bool
GrassDestroy bool
GrassGrow bool
Instant bool
Killer bool
UndoBuffer List
ZoneList List
ai bool
backedup bool
blockCache List
blocks byte[]
changed bool
ctfgame CTFGame
ctfmode bool
currentUndo int
depth ushort
drown int
edgeWater bool
fall int
finite bool
fishstill bool
height ushort
id int
jailrotx byte
jailx ushort
lastCheck int
lastUpdate int
motd string
name string
overload int
permissionbuild LevelPermission
permissionvisit LevelPermission
physPause bool
physResume System.DateTime
physThread Thread
physTimer System.Timers.Timer
physics int
realistic bool
rotx byte
roty byte
rp bool
spawnx ushort
spawny ushort
spawnz ushort
speedPhysics int
theme string
unload bool
width ushort
worldChat bool

Public Methods

Method Description
Level ( string n, ushort x, ushort y, ushort z, string type ) : System

Method Details

Level() public method

public Level ( string n, ushort x, ushort y, ushort z, string type ) : System
n string
x ushort
y ushort
z ushort
type string
return System

Property Details

Death public_oe property

public bool Death
return bool

GrassDestroy public_oe property

public bool GrassDestroy
return bool

GrassGrow public_oe property

public bool GrassGrow
return bool

Instant public_oe property

public bool Instant
return bool

Killer public_oe property

public bool Killer
return bool

UndoBuffer public_oe property

public List UndoBuffer
return List

ZoneList public_oe property

public List ZoneList
return List

ai public_oe property

public bool ai
return bool

backedup public_oe property

public bool backedup
return bool

blockCache public_oe property

public List blockCache
return List

blocks public_oe property

public byte[] blocks
return byte[]

changed public_oe property

public bool changed
return bool

ctfgame public_oe property

public CTFGame,MCLawl ctfgame
return CTFGame

ctfmode public_oe property

public bool ctfmode
return bool

currentUndo public_oe property

public int currentUndo
return int

depth public_oe property

public ushort depth
return ushort

drown public_oe property

public int drown
return int

edgeWater public_oe property

public bool edgeWater
return bool

fall public_oe property

public int fall
return int

finite public_oe property

public bool finite
return bool

fishstill public_oe property

public bool fishstill
return bool

height public_oe property

public ushort height
return ushort

id public_oe property

public int id
return int

jailrotx public_oe property

public byte jailrotx
return byte

jailx public_oe property

public ushort jailx
return ushort

lastCheck public_oe property

public int lastCheck
return int

lastUpdate public_oe property

public int lastUpdate
return int

motd public_oe property

public string motd
return string

name public_oe property

public string name
return string

overload public_oe property

public int overload
return int

permissionbuild public_oe property

public LevelPermission permissionbuild
return LevelPermission

permissionvisit public_oe property

public LevelPermission permissionvisit
return LevelPermission

physPause public_oe property

public bool physPause
return bool

physResume public_oe property

public DateTime,System physResume
return System.DateTime

physThread public_oe property

public Thread physThread
return Thread

physTimer public_oe property

public System.Timers.Timer physTimer
return System.Timers.Timer

physics public_oe property

public int physics
return int

realistic public_oe property

public bool realistic
return bool

rotx public_oe property

public byte rotx
return byte

roty public_oe property

public byte roty
return byte

rp public_oe property

public bool rp
return bool

spawnx public_oe property

public ushort spawnx
return ushort

spawny public_oe property

public ushort spawny
return ushort

spawnz public_oe property

public ushort spawnz
return ushort

speedPhysics public_oe property

public int speedPhysics
return int

theme public_oe property

public string theme
return string

unload public_oe property

public bool unload
return bool

width public_oe property

public ushort width
return ushort

worldChat public_oe property

public bool worldChat
return bool