Property | Type | Description | |
---|---|---|---|
DrawFrameRate | bool | ||
InvertMouseYAxis | bool | ||
NoSound | bool | ||
RenderPretty | bool | ||
anyPacketsReceived | bool | ||
blue | Color | ||
blueName | string | ||
customColours | bool | ||
keyBinds | |||
mouseSensitivity | float | ||
red | Color | ||
redName | string |
Method | Description | |
---|---|---|
EnumerateServers ( float discoveryTime ) : List |
||
InfiniminerGame ( string args ) : System | ||
JoinGame ( |
||
ResetPropertyBag ( ) : void | ||
UpdateNetwork ( |
||
setServername ( string newName ) : void |
Method | Description | |
---|---|---|
Initialize ( ) : void | ||
LoadContent ( ) : void | ||
OnExiting ( object sender, |
||
Update ( |
Method | Description | |
---|---|---|
CheckForStandingInLava ( ) : void |
public EnumerateServers ( float discoveryTime ) : List |
||
discoveryTime | float | |
return | List |
public InfiniminerGame ( string args ) : System | ||
args | string | |
return | System |
public JoinGame ( |
||
serverEndPoint | ||
return | void |
protected OnExiting ( object sender, |
||
sender | object | |
args | ||
return | void |
protected Update ( |
||
gameTime | ||
return | void |
public UpdateNetwork ( |
||
gameTime | ||
return | void |
public setServername ( string newName ) : void | ||
newName | string | |
return | void |