C# Class Infiniminer.InfiniminerGame

Inheritance: StateMasher.StateMachine
Mostrar archivo Open project: bobisfat/Infiniminer Class Usage Examples

Public Properties

Property Type Description
DrawFrameRate bool
InvertMouseYAxis bool
NoSound bool
RenderPretty bool
anyPacketsReceived bool
blue Color
blueName string
customColours bool
keyBinds KeyBindHandler
mouseSensitivity float
red Color
redName string

Public Methods

Method Description
EnumerateServers ( float discoveryTime ) : List
InfiniminerGame ( string args ) : System
JoinGame ( IPEndPoint serverEndPoint ) : void
ResetPropertyBag ( ) : void
UpdateNetwork ( GameTime gameTime ) : void
setServername ( string newName ) : void

Protected Methods

Method Description
Initialize ( ) : void
LoadContent ( ) : void
OnExiting ( object sender, EventArgs args ) : void
Update ( GameTime gameTime ) : void

Private Methods

Method Description
CheckForStandingInLava ( ) : void

Method Details

EnumerateServers() public method

public EnumerateServers ( float discoveryTime ) : List
discoveryTime float
return List

InfiniminerGame() public method

public InfiniminerGame ( string args ) : System
args string
return System

Initialize() protected method

protected Initialize ( ) : void
return void

JoinGame() public method

public JoinGame ( IPEndPoint serverEndPoint ) : void
serverEndPoint System.Net.IPEndPoint
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

OnExiting() protected method

protected OnExiting ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
return void

ResetPropertyBag() public method

public ResetPropertyBag ( ) : void
return void

Update() protected method

protected Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

UpdateNetwork() public method

public UpdateNetwork ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

setServername() public method

public setServername ( string newName ) : void
newName string
return void

Property Details

DrawFrameRate public_oe property

public bool DrawFrameRate
return bool

InvertMouseYAxis public_oe property

public bool InvertMouseYAxis
return bool

NoSound public_oe property

public bool NoSound
return bool

RenderPretty public_oe property

public bool RenderPretty
return bool

anyPacketsReceived public_oe property

public bool anyPacketsReceived
return bool

blue public_oe property

public Color blue
return Color

blueName public_oe property

public string blueName
return string

customColours public_oe property

public bool customColours
return bool

keyBinds public_oe property

public KeyBindHandler,Infiniminer keyBinds
return KeyBindHandler

mouseSensitivity public_oe property

public float mouseSensitivity
return float

red public_oe property

public Color red
return Color

redName public_oe property

public string redName
return string