C# Class MCDawn.Player

Show file Open project: jonnyli1125/MCDawn Class Usage Examples

Public Properties

Property Type Description
BlockAction byte
CTFtempcolor string
CTFtempprefix string
CopyBuffer List
CustomCommand object[]
FalloutAlive bool
Loading bool
PushBalltempcolor string
PushBalltempprefix string
RedoBuffer List
UndoBuffer List
ZoneCheck bool
ZoneSpam System.DateTime
activeCuboids int
adminchat bool
afkCount int
afkStart System.DateTime
afkTimer System.Timers.Timer
aiming bool
autobuild bool
bindings byte[]
blockchangeObject object
brushing bool
buildingThread Thread
canBuild bool
carryingFlag bool
chatroom string
chatroomAdmin bool
chatroomInvite string
chatroomOp bool
cmdBind string[]
cmdTimer bool
color string
commThread Thread
commUse bool
connections List
copyAir bool
copyoffset int[]
copystart ushort[]
countryName string
customuserline string
deafened bool
deathBlock byte
deathCount ushort
deleteMode bool
destroyedBlocks System.Int64
devUnverified bool
devchat bool
devstaffchat bool
disconnected bool
displayName string
emoteList List
firstLogin System.DateTime
following string
frozen bool
grantpassed bool
group System.Text.RegularExpressions.Group
groupInvitation string
handcuffed bool
hasflag MCDawn.CTFTeam
haswom bool
health int
hidden bool
id byte
ignoreGrief bool
ignoreList List
ignorePermission bool
infected bool
invincible bool
ip string
isFlying bool
jailed bool
joker bool
killstreak int
lastCMD string
lastChatted string
lastClick ushort[]
lastDeath DateTime
lastMSG string
lastRankReason string
left string>.Dictionary
level Level
levelchat bool
loggedIn bool
loginBlocks int
megaBoid bool
messageBind string[]
modeType byte
money int
muted bool
name string
noKick bool
nocaps bool
oldBlock ushort
onTrain bool
onWhitelist bool
opchat bool
overallBlocks Int64
overallDeath int
painting bool
parseSmiley bool
passtries int
password string
pingTimer System.Timers.Timer
playerGroup PlayerGroup[]
playerGroupRank GroupRank[]
players List
pos ushort[]
possess string
prefix string
prevMsg string
pushBallGoals int
pushBallTeam PushBallTeam
rankchat bool
readRules bool
referee bool
rot byte[]
running bool
sameMSGs int
savedcolor string
sentMSGs int
showMBs bool
showPortals bool
showRealNames bool
smileySaved bool
spamBlockCount int
spamBlockTimer int
spawning bool
spleefAlive bool
staticCommands bool
storeHelp bool
storedHelp string
storedMessage string
summonRequest string
swearWordsUsed int
tbracketend string
tbracketstart string
team CTFTeam
teamchat bool
timeLogged DateTime
timeSpent string
title string
titlebracket int
titlecolor string
totalKicked int
totalLogins int
totalMySQLFailed int
tpRequest string
trainGrab bool
unverified bool
userID int
usereview bool
userlinetype string
voice bool
voicestring string
warnings int
whisper bool
whisperTo string
wompassword string
womversion string
zoneDel bool

Public Methods

Method Description
Player ( Socket s ) : System

Method Details

Player() public method

public Player ( Socket s ) : System
s Socket
return System

Property Details

BlockAction public property

public byte BlockAction
return byte

CTFtempcolor public property

public string CTFtempcolor
return string

CTFtempprefix public property

public string CTFtempprefix
return string

CopyBuffer public property

public List CopyBuffer
return List

CustomCommand public property

public object[] CustomCommand
return object[]

FalloutAlive public property

public bool FalloutAlive
return bool

Loading public property

public bool Loading
return bool

PushBalltempcolor public property

public string PushBalltempcolor
return string

PushBalltempprefix public property

public string PushBalltempprefix
return string

RedoBuffer public property

public List RedoBuffer
return List

UndoBuffer public property

public List UndoBuffer
return List

ZoneCheck public property

public bool ZoneCheck
return bool

ZoneSpam public property

public DateTime,System ZoneSpam
return System.DateTime

activeCuboids public property

public int activeCuboids
return int

adminchat public property

public bool adminchat
return bool

afkCount public property

public int afkCount
return int

afkStart public property

public DateTime,System afkStart
return System.DateTime

afkTimer public property

public System.Timers.Timer afkTimer
return System.Timers.Timer

aiming public property

public bool aiming
return bool

autobuild public property

public bool autobuild
return bool

bindings public property

public byte[] bindings
return byte[]

blockchangeObject public property

public object blockchangeObject
return object

brushing public property

public bool brushing
return bool

buildingThread public property

public Thread buildingThread
return Thread

canBuild public property

public bool canBuild
return bool

carryingFlag public property

public bool carryingFlag
return bool

chatroom public property

public string chatroom
return string

chatroomAdmin public property

public bool chatroomAdmin
return bool

chatroomInvite public property

public string chatroomInvite
return string

chatroomOp public property

public bool chatroomOp
return bool

cmdBind public property

public string[] cmdBind
return string[]

cmdTimer public property

public bool cmdTimer
return bool

color public property

public string color
return string

commThread public property

public Thread commThread
return Thread

commUse public property

public bool commUse
return bool

connections public static property

public static List connections
return List

copyAir public property

public bool copyAir
return bool

copyoffset public property

public int[] copyoffset
return int[]

copystart public property

public ushort[] copystart
return ushort[]

countryName public property

public string countryName
return string

customuserline public property

public string customuserline
return string

deafened public property

public bool deafened
return bool

deathBlock public property

public byte deathBlock
return byte

deathCount public property

public ushort deathCount
return ushort

deleteMode public property

public bool deleteMode
return bool

destroyedBlocks public property

public Int64,System destroyedBlocks
return System.Int64

devUnverified public property

public bool devUnverified
return bool

devchat public property

public bool devchat
return bool

devstaffchat public property

public bool devstaffchat
return bool

disconnected public property

public bool disconnected
return bool

displayName public property

public string displayName
return string

emoteList public static property

public static List emoteList
return List

firstLogin public property

public DateTime,System firstLogin
return System.DateTime

following public property

public string following
return string

frozen public property

public bool frozen
return bool

grantpassed public property

public bool grantpassed
return bool

group public property

public Group,System.Text.RegularExpressions group
return System.Text.RegularExpressions.Group

groupInvitation public property

public string groupInvitation
return string

handcuffed public property

public bool handcuffed
return bool

hasflag public property

public CTFTeam,MCDawn hasflag
return MCDawn.CTFTeam

haswom public property

public bool haswom
return bool

health public property

public int health
return int

hidden public property

public bool hidden
return bool

id public property

public byte id
return byte

ignoreGrief public property

public bool ignoreGrief
return bool

ignoreList public property

public List ignoreList
return List

ignorePermission public property

public bool ignorePermission
return bool

infected public property

public bool infected
return bool

invincible public property

public bool invincible
return bool

ip public property

public string ip
return string

isFlying public property

public bool isFlying
return bool

jailed public property

public bool jailed
return bool

joker public property

public bool joker
return bool

killstreak public property

public int killstreak
return int

lastCMD public property

public string lastCMD
return string

lastChatted public static property

public static string lastChatted
return string

lastClick public property

public ushort[] lastClick
return ushort[]

lastDeath public property

public DateTime lastDeath
return DateTime

lastMSG public property

public string lastMSG
return string

lastRankReason public property

public string lastRankReason
return string

left public static property

public static Dictionary left
return string>.Dictionary

level public property

public Level level
return Level

levelchat public property

public bool levelchat
return bool

loggedIn public property

public bool loggedIn
return bool

loginBlocks public property

public int loginBlocks
return int

megaBoid public property

public bool megaBoid
return bool

messageBind public property

public string[] messageBind
return string[]

modeType public property

public byte modeType
return byte

money public property

public int money
return int

muted public property

public bool muted
return bool

name public property

public string name
return string

noKick public property

public bool noKick
return bool

nocaps public property

public bool nocaps
return bool

oldBlock public property

public ushort oldBlock
return ushort

onTrain public property

public bool onTrain
return bool

onWhitelist public property

public bool onWhitelist
return bool

opchat public property

public bool opchat
return bool

overallBlocks public property

public Int64 overallBlocks
return Int64

overallDeath public property

public int overallDeath
return int

painting public property

public bool painting
return bool

parseSmiley public property

public bool parseSmiley
return bool

passtries public property

public int passtries
return int

password public property

public string password
return string

pingTimer public property

public System.Timers.Timer pingTimer
return System.Timers.Timer

playerGroup public property

public PlayerGroup[] playerGroup
return PlayerGroup[]

playerGroupRank public property

public GroupRank[] playerGroupRank
return GroupRank[]

players public static property

public static List players
return List

pos public property

public ushort[] pos
return ushort[]

possess public property

public string possess
return string

prefix public property

public string prefix
return string

prevMsg public property

public string prevMsg
return string

pushBallGoals public property

public int pushBallGoals
return int

pushBallTeam public property

public PushBallTeam pushBallTeam
return PushBallTeam

rankchat public property

public bool rankchat
return bool

readRules public property

public bool readRules
return bool

referee public property

public bool referee
return bool

rot public property

public byte[] rot
return byte[]

running public property

public bool running
return bool

sameMSGs public property

public int sameMSGs
return int

savedcolor public property

public string savedcolor
return string

sentMSGs public property

public int sentMSGs
return int

showMBs public property

public bool showMBs
return bool

showPortals public property

public bool showPortals
return bool

showRealNames public property

public bool showRealNames
return bool

smileySaved public property

public bool smileySaved
return bool

spamBlockCount public static property

public static int spamBlockCount
return int

spamBlockTimer public static property

public static int spamBlockTimer
return int

spawning public property

public bool spawning
return bool

spleefAlive public property

public bool spleefAlive
return bool

staticCommands public property

public bool staticCommands
return bool

storeHelp public static property

public static bool storeHelp
return bool

storedHelp public static property

public static string storedHelp
return string

storedMessage public property

public string storedMessage
return string

summonRequest public property

public string summonRequest
return string

swearWordsUsed public property

public int swearWordsUsed
return int

tbracketend public property

public string tbracketend
return string

tbracketstart public property

public string tbracketstart
return string

team public property

public CTFTeam team
return CTFTeam

teamchat public property

public bool teamchat
return bool

timeLogged public property

public DateTime timeLogged
return DateTime

timeSpent public property

public string timeSpent
return string

title public property

public string title
return string

titlebracket public property

public int titlebracket
return int

titlecolor public property

public string titlecolor
return string

totalKicked public property

public int totalKicked
return int

totalLogins public property

public int totalLogins
return int

totalMySQLFailed public static property

public static int totalMySQLFailed
return int

tpRequest public property

public string tpRequest
return string

trainGrab public property

public bool trainGrab
return bool

unverified public property

public bool unverified
return bool

userID public property

public int userID
return int

usereview public property

public bool usereview
return bool

userlinetype public property

public string userlinetype
return string

voice public property

public bool voice
return bool

voicestring public property

public string voicestring
return string

warnings public property

public int warnings
return int

whisper public property

public bool whisper
return bool

whisperTo public property

public string whisperTo
return string

wompassword public property

public string wompassword
return string

womversion public property

public string womversion
return string

zoneDel public property

public bool zoneDel
return bool