C# Class MCLawl.Level

Show 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 property

public bool Death
return bool

GrassDestroy public property

public bool GrassDestroy
return bool

GrassGrow public property

public bool GrassGrow
return bool

Instant public property

public bool Instant
return bool

Killer public property

public bool Killer
return bool

UndoBuffer public property

public List UndoBuffer
return List

ZoneList public property

public List ZoneList
return List

ai public property

public bool ai
return bool

backedup public property

public bool backedup
return bool

blockCache public property

public List blockCache
return List

blocks public property

public byte[] blocks
return byte[]

changed public property

public bool changed
return bool

ctfgame public property

public CTFGame,MCLawl ctfgame
return CTFGame

ctfmode public property

public bool ctfmode
return bool

currentUndo public property

public int currentUndo
return int

depth public property

public ushort depth
return ushort

drown public property

public int drown
return int

edgeWater public property

public bool edgeWater
return bool

fall public property

public int fall
return int

finite public property

public bool finite
return bool

fishstill public property

public bool fishstill
return bool

height public property

public ushort height
return ushort

id public property

public int id
return int

jailrotx public property

public byte jailrotx
return byte

jailx public property

public ushort jailx
return ushort

lastCheck public property

public int lastCheck
return int

lastUpdate public property

public int lastUpdate
return int

motd public property

public string motd
return string

name public property

public string name
return string

overload public property

public int overload
return int

permissionbuild public property

public LevelPermission permissionbuild
return LevelPermission

permissionvisit public property

public LevelPermission permissionvisit
return LevelPermission

physPause public property

public bool physPause
return bool

physResume public property

public DateTime,System physResume
return System.DateTime

physThread public property

public Thread physThread
return Thread

physTimer public property

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

physics public property

public int physics
return int

realistic public property

public bool realistic
return bool

rotx public property

public byte rotx
return byte

roty public property

public byte roty
return byte

rp public property

public bool rp
return bool

spawnx public property

public ushort spawnx
return ushort

spawny public property

public ushort spawny
return ushort

spawnz public property

public ushort spawnz
return ushort

speedPhysics public property

public int speedPhysics
return int

theme public property

public string theme
return string

unload public property

public bool unload
return bool

width public property

public ushort width
return ushort

worldChat public property

public bool worldChat
return bool