C# Class MCDawn.Player

Mostrar archivo 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_oe property

public byte BlockAction
return byte

CTFtempcolor public_oe property

public string CTFtempcolor
return string

CTFtempprefix public_oe property

public string CTFtempprefix
return string

CopyBuffer public_oe property

public List CopyBuffer
return List

CustomCommand public_oe property

public object[] CustomCommand
return object[]

FalloutAlive public_oe property

public bool FalloutAlive
return bool

Loading public_oe property

public bool Loading
return bool

PushBalltempcolor public_oe property

public string PushBalltempcolor
return string

PushBalltempprefix public_oe property

public string PushBalltempprefix
return string

RedoBuffer public_oe property

public List RedoBuffer
return List

UndoBuffer public_oe property

public List UndoBuffer
return List

ZoneCheck public_oe property

public bool ZoneCheck
return bool

ZoneSpam public_oe property

public DateTime,System ZoneSpam
return System.DateTime

activeCuboids public_oe property

public int activeCuboids
return int

adminchat public_oe property

public bool adminchat
return bool

afkCount public_oe property

public int afkCount
return int

afkStart public_oe property

public DateTime,System afkStart
return System.DateTime

afkTimer public_oe property

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

aiming public_oe property

public bool aiming
return bool

autobuild public_oe property

public bool autobuild
return bool

bindings public_oe property

public byte[] bindings
return byte[]

blockchangeObject public_oe property

public object blockchangeObject
return object

brushing public_oe property

public bool brushing
return bool

buildingThread public_oe property

public Thread buildingThread
return Thread

canBuild public_oe property

public bool canBuild
return bool

carryingFlag public_oe property

public bool carryingFlag
return bool

chatroom public_oe property

public string chatroom
return string

chatroomAdmin public_oe property

public bool chatroomAdmin
return bool

chatroomInvite public_oe property

public string chatroomInvite
return string

chatroomOp public_oe property

public bool chatroomOp
return bool

cmdBind public_oe property

public string[] cmdBind
return string[]

cmdTimer public_oe property

public bool cmdTimer
return bool

color public_oe property

public string color
return string

commThread public_oe property

public Thread commThread
return Thread

commUse public_oe property

public bool commUse
return bool

connections public_oe static_oe property

public static List connections
return List

copyAir public_oe property

public bool copyAir
return bool

copyoffset public_oe property

public int[] copyoffset
return int[]

copystart public_oe property

public ushort[] copystart
return ushort[]

countryName public_oe property

public string countryName
return string

customuserline public_oe property

public string customuserline
return string

deafened public_oe property

public bool deafened
return bool

deathBlock public_oe property

public byte deathBlock
return byte

deathCount public_oe property

public ushort deathCount
return ushort

deleteMode public_oe property

public bool deleteMode
return bool

destroyedBlocks public_oe property

public Int64,System destroyedBlocks
return System.Int64

devUnverified public_oe property

public bool devUnverified
return bool

devchat public_oe property

public bool devchat
return bool

devstaffchat public_oe property

public bool devstaffchat
return bool

disconnected public_oe property

public bool disconnected
return bool

displayName public_oe property

public string displayName
return string

emoteList public_oe static_oe property

public static List emoteList
return List

firstLogin public_oe property

public DateTime,System firstLogin
return System.DateTime

following public_oe property

public string following
return string

frozen public_oe property

public bool frozen
return bool

grantpassed public_oe property

public bool grantpassed
return bool

group public_oe property

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

groupInvitation public_oe property

public string groupInvitation
return string

handcuffed public_oe property

public bool handcuffed
return bool

hasflag public_oe property

public CTFTeam,MCDawn hasflag
return MCDawn.CTFTeam

haswom public_oe property

public bool haswom
return bool

health public_oe property

public int health
return int

hidden public_oe property

public bool hidden
return bool

id public_oe property

public byte id
return byte

ignoreGrief public_oe property

public bool ignoreGrief
return bool

ignoreList public_oe property

public List ignoreList
return List

ignorePermission public_oe property

public bool ignorePermission
return bool

infected public_oe property

public bool infected
return bool

invincible public_oe property

public bool invincible
return bool

ip public_oe property

public string ip
return string

isFlying public_oe property

public bool isFlying
return bool

jailed public_oe property

public bool jailed
return bool

joker public_oe property

public bool joker
return bool

killstreak public_oe property

public int killstreak
return int

lastCMD public_oe property

public string lastCMD
return string

lastChatted public_oe static_oe property

public static string lastChatted
return string

lastClick public_oe property

public ushort[] lastClick
return ushort[]

lastDeath public_oe property

public DateTime lastDeath
return DateTime

lastMSG public_oe property

public string lastMSG
return string

lastRankReason public_oe property

public string lastRankReason
return string

left public_oe static_oe property

public static Dictionary left
return string>.Dictionary

level public_oe property

public Level level
return Level

levelchat public_oe property

public bool levelchat
return bool

loggedIn public_oe property

public bool loggedIn
return bool

loginBlocks public_oe property

public int loginBlocks
return int

megaBoid public_oe property

public bool megaBoid
return bool

messageBind public_oe property

public string[] messageBind
return string[]

modeType public_oe property

public byte modeType
return byte

money public_oe property

public int money
return int

muted public_oe property

public bool muted
return bool

name public_oe property

public string name
return string

noKick public_oe property

public bool noKick
return bool

nocaps public_oe property

public bool nocaps
return bool

oldBlock public_oe property

public ushort oldBlock
return ushort

onTrain public_oe property

public bool onTrain
return bool

onWhitelist public_oe property

public bool onWhitelist
return bool

opchat public_oe property

public bool opchat
return bool

overallBlocks public_oe property

public Int64 overallBlocks
return Int64

overallDeath public_oe property

public int overallDeath
return int

painting public_oe property

public bool painting
return bool

parseSmiley public_oe property

public bool parseSmiley
return bool

passtries public_oe property

public int passtries
return int

password public_oe property

public string password
return string

pingTimer public_oe property

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

playerGroup public_oe property

public PlayerGroup[] playerGroup
return PlayerGroup[]

playerGroupRank public_oe property

public GroupRank[] playerGroupRank
return GroupRank[]

players public_oe static_oe property

public static List players
return List

pos public_oe property

public ushort[] pos
return ushort[]

possess public_oe property

public string possess
return string

prefix public_oe property

public string prefix
return string

prevMsg public_oe property

public string prevMsg
return string

pushBallGoals public_oe property

public int pushBallGoals
return int

pushBallTeam public_oe property

public PushBallTeam pushBallTeam
return PushBallTeam

rankchat public_oe property

public bool rankchat
return bool

readRules public_oe property

public bool readRules
return bool

referee public_oe property

public bool referee
return bool

rot public_oe property

public byte[] rot
return byte[]

running public_oe property

public bool running
return bool

sameMSGs public_oe property

public int sameMSGs
return int

savedcolor public_oe property

public string savedcolor
return string

sentMSGs public_oe property

public int sentMSGs
return int

showMBs public_oe property

public bool showMBs
return bool

showPortals public_oe property

public bool showPortals
return bool

showRealNames public_oe property

public bool showRealNames
return bool

smileySaved public_oe property

public bool smileySaved
return bool

spamBlockCount public_oe static_oe property

public static int spamBlockCount
return int

spamBlockTimer public_oe static_oe property

public static int spamBlockTimer
return int

spawning public_oe property

public bool spawning
return bool

spleefAlive public_oe property

public bool spleefAlive
return bool

staticCommands public_oe property

public bool staticCommands
return bool

storeHelp public_oe static_oe property

public static bool storeHelp
return bool

storedHelp public_oe static_oe property

public static string storedHelp
return string

storedMessage public_oe property

public string storedMessage
return string

summonRequest public_oe property

public string summonRequest
return string

swearWordsUsed public_oe property

public int swearWordsUsed
return int

tbracketend public_oe property

public string tbracketend
return string

tbracketstart public_oe property

public string tbracketstart
return string

team public_oe property

public CTFTeam team
return CTFTeam

teamchat public_oe property

public bool teamchat
return bool

timeLogged public_oe property

public DateTime timeLogged
return DateTime

timeSpent public_oe property

public string timeSpent
return string

title public_oe property

public string title
return string

titlebracket public_oe property

public int titlebracket
return int

titlecolor public_oe property

public string titlecolor
return string

totalKicked public_oe property

public int totalKicked
return int

totalLogins public_oe property

public int totalLogins
return int

totalMySQLFailed public_oe static_oe property

public static int totalMySQLFailed
return int

tpRequest public_oe property

public string tpRequest
return string

trainGrab public_oe property

public bool trainGrab
return bool

unverified public_oe property

public bool unverified
return bool

userID public_oe property

public int userID
return int

usereview public_oe property

public bool usereview
return bool

userlinetype public_oe property

public string userlinetype
return string

voice public_oe property

public bool voice
return bool

voicestring public_oe property

public string voicestring
return string

warnings public_oe property

public int warnings
return int

whisper public_oe property

public bool whisper
return bool

whisperTo public_oe property

public string whisperTo
return string

wompassword public_oe property

public string wompassword
return string

womversion public_oe property

public string womversion
return string

zoneDel public_oe property

public bool zoneDel
return bool