Property | Type | Description | |
---|---|---|---|
ChatFontSize | int | ||
ChatLinesMaxToDraw | int | ||
ChatScreenExpireTimeSeconds | int | ||
DisconnectMessage | string | ||
Disconnected | bool | ||
ENABLE_DRAW_TEST_CHARACTER | bool | ||
ENABLE_MAINMENU | bool | ||
ENABLE_TPP_VIEW | bool | ||
GameUrl | string | ||
clearcolor | Color | ||
enable_finiteinventory | bool | ||
ff | FontFamily | ||
fn | Font | ||
fov | float | ||
mppassword | string | ||
particleEffectBlockBreak | ParticleEffectBlockBreak | ||
pfc | System.Drawing.Text.PrivateFontCollection | ||
pickcubepos | Vector3 | ||
playertexturedefaultfilename | string | ||
username | string |
Method | Description | |
---|---|---|
AddChatline ( string s ) : void | ||
ClientCommand ( string s ) : void | ||
CraftingMouse ( ) : void | ||
DeleteUnusedCachedTextures ( ) : void | ||
Draw2dBitmapFile ( string filename, float x1, float y1, float width, float height ) : void | ||
Draw2dText ( string text, float x, float y, float fontsize, System.Color color ) : void | ||
Draw2dTexture ( int textureid, float x1, float y1, float width, float height, int inAtlasId ) : void | ||
Draw2dTexture ( int textureid, float x1, float y1, float width, float height, int inAtlasId, System.Color color ) : void | ||
Draw2dTextures ( List |
||
DrawCharacters ( float dt ) : void | ||
DrawChatLines ( bool all ) : void | ||
DrawDisconnected ( string Message ) : void | ||
DrawEscapeMenu ( ) : void | ||
DrawInventory ( ) : void | ||
DrawLineLoop ( Vector3 points ) : void | ||
DrawMainMenu ( ) : void | ||
DrawMap ( ) : void | ||
EscapeMenuAction ( ) : void | ||
FrameTick ( FrameEventArgs e ) : void | ||
GrabScreenshot ( ) : Bitmap | ||
GuiStateCraft ( List |
||
InventoryMouse ( ) : void | ||
InventorySelectionMove ( Direction4 dir ) : void | ||
Keyboard_KeyDown ( object sender, OpenTK e ) : void | ||
Keyboard_KeyUp ( object sender, OpenTK e ) : void | ||
LoadPassword ( ) : void | ||
LoadTexture ( Bitmap bmp ) : int | ||
LoadTexture ( string filename ) : int | ||
Log ( string p ) : void | ||
MainMenuAction ( ) : void | ||
ManicDiggerGameWindow ( ) : System | ||
ManicDiggerGameWindow_KeyPress ( object sender, OpenTK e ) : void | ||
Mouse_Move ( object sender, OpenTK e ) : void | ||
Mouse_WheelChanged ( object sender, OpenTK e ) : void | ||
OrthoMode ( ) : void | ||
PerspectiveMode ( ) : void | ||
SetTileAndUpdate ( Vector3 pos, int type ) : void | ||
StripColors ( string input ) : string |
Strips all ampersand color codes and doubled-up ampersands.
|
|
TextSize ( string text, float fontsize ) : SizeF | ||
UpdateAllTiles ( ) : void | ||
UpdateMousePosition ( ) : void | ||
UpdateWalkSound ( double dt ) : void | ||
maploaded ( ) : void | ||
network_MapLoaded ( object sender, MapLoadedEventArgs e ) : void | ||
newnetwork_MapLoadingProgress ( object sender, MapLoadingProgressEventArgs e ) : void |
Method | Description | |
---|---|---|
OnClosed ( |
||
OnFocusedChanged ( |
||
OnLoad ( |
||
OnRenderFrame ( FrameEventArgs e ) : void | ||
OnResize ( |
||
OnUpdateFrame ( FrameEventArgs e ) : void |
Method | Description | |
---|---|---|
BlockPlayerLegs ( ) : int? | ||
BlockUnderPlayer ( ) : int? | ||
BoolCommandArgument ( string arguments ) : bool | ||
CheckClippingQE ( Vector3 NewPosition ) : bool | ||
ConnectToInternetGame ( string qusername, string qpass, string qgameurl ) : void | ||
Draw2d ( ) : void | ||
DrawAim ( ) : void | ||
DrawBlockInfo ( ) : void | ||
DrawCharacter ( |
||
DrawConnectedPlayersList ( ) : void | ||
DrawCraftingRecipes ( ) : void | ||
DrawFpsHistoryGraph ( ) : void | ||
DrawLinesAroundSelectedCube ( Vector3 posx ) : void | ||
DrawMapLoading ( ) : void | ||
DrawMaterialSelector ( ) : void | ||
DrawMouseCursor ( ) : void | ||
DrawPlayerNames ( ) : void | ||
DrawPlayers ( float dt ) : void | ||
DrawScreenshotFlash ( ) : void | ||
DrawSkySphere ( ) : void | ||
DrawTypingBuffer ( ) : void | ||
EscapeMenuActionMain ( ) : void | ||
EscapeMenuActionOptions ( ) : void | ||
EscapeMenuMouse ( ) : void | ||
FppCamera ( ) : Matrix4 | ||
GetMinecraftPasswordFilePath ( ) : string | ||
GetPlayerTexture ( int playerid ) : int | ||
GuiActionGenerateNewMap ( ) : void | ||
GuiActionLoadGame ( ) : void | ||
GuiActionSaveGame ( ) : void | ||
GuiStateBackToGame ( ) : void | ||
GuiStateEscapeMenu ( ) : void | ||
GuiStateSetMapLoading ( ) : void | ||
HandleMaterialKeys ( OpenTK e ) : void | ||
InterpolateColor ( float progress ) : System.Color | ||
InventoryGetSelected ( ) : int? | ||
IsInLeft ( Vector3 player_yy, Vector3 tile_yy ) : bool | ||
IsPowerOfTwo ( uint x ) : bool | ||
IsTileEmptyForPhysics ( int x, int y, int z ) : bool | ||
IsTileEmptyForPhysicsClose ( int x, int y, int z ) : bool | ||
MakeTextTexture ( |
||
MoveSpeedNow ( ) : float | ||
NextPowerOfTwo ( uint x ) : uint | ||
OnPick ( BlockPosSide pick0 ) : void | ||
OverheadCamera ( ) : Matrix4 | ||
SaveGameExists ( ) : bool | ||
Set3dProjection ( ) : void | ||
Set3dProjection ( float zfar ) : void | ||
SetAmbientLight ( Color c ) : void | ||
SetFog ( ) : void | ||
ToMapPos ( Vector3 a ) : Vector3 | ||
UpdateMouseViewportControl ( FrameEventArgs e ) : void | ||
UpdatePicking ( ) : void | ||
UpdateTitleFps ( FrameEventArgs e ) : void | ||
VectorAngleGet ( Vector3 q ) : float | ||
WhiteTexture ( ) : int | ||
getblockheight ( int x, int y, int z ) : float | ||
soundwalkcurrent ( ) : string[] | ||
xcenter ( float width ) : int | ||
ycenter ( float height ) : int |
public Draw2dBitmapFile ( string filename, float x1, float y1, float width, float height ) : void | ||
filename | string | |
x1 | float | |
y1 | float | |
width | float | |
height | float | |
return | void |
public Draw2dText ( string text, float x, float y, float fontsize, System.Color color ) : void | ||
text | string | |
x | float | |
y | float | |
fontsize | float | |
color | System.Color | |
return | void |
public Draw2dTexture ( int textureid, float x1, float y1, float width, float height, int inAtlasId ) : void | ||
textureid | int | |
x1 | float | |
y1 | float | |
width | float | |
height | float | |
inAtlasId | int | |
return | void |
public Draw2dTexture ( int textureid, float x1, float y1, float width, float height, int inAtlasId, System.Color color ) : void | ||
textureid | int | |
x1 | float | |
y1 | float | |
width | float | |
height | float | |
inAtlasId | int | |
color | System.Color | |
return | void |
public Draw2dTextures ( List |
||
todraw | List |
|
textureid | int | |
return | void |
public DrawDisconnected ( string Message ) : void | ||
Message | string | |
return | void |
public DrawLineLoop ( Vector3 points ) : void | ||
points | Vector3 | |
return | void |
public GuiStateCraft ( List |
||
recipes | List |
|
blocks | List |
|
craftingRecipeSelected | Action |
|
return | void |
public InventorySelectionMove ( Direction4 dir ) : void | ||
dir | Direction4 | |
return | void |
public Keyboard_KeyDown ( object sender, OpenTK e ) : void | ||
sender | object | |
e | OpenTK | |
return | void |
public Keyboard_KeyUp ( object sender, OpenTK e ) : void | ||
sender | object | |
e | OpenTK | |
return | void |
public ManicDiggerGameWindow_KeyPress ( object sender, OpenTK e ) : void | ||
sender | object | |
e | OpenTK | |
return | void |
public Mouse_Move ( object sender, OpenTK e ) : void | ||
sender | object | |
e | OpenTK | |
return | void |
public Mouse_WheelChanged ( object sender, OpenTK e ) : void | ||
sender | object | |
e | OpenTK | |
return | void |
protected OnClosed ( |
||
e | ||
return | void |
protected OnFocusedChanged ( |
||
e | ||
return | void |
protected OnRenderFrame ( FrameEventArgs e ) : void | ||
e | FrameEventArgs | |
return | void |
protected OnResize ( |
||
e | ||
return | void |
protected OnUpdateFrame ( FrameEventArgs e ) : void | ||
e | FrameEventArgs | |
return | void |
public SetTileAndUpdate ( Vector3 pos, int type ) : void | ||
pos | Vector3 | |
type | int | |
return | void |
public static StripColors ( string input ) : string | ||
input | string | |
return | string |
public static TextSize ( string text, float fontsize ) : SizeF | ||
text | string | |
fontsize | float | |
return | SizeF |
public network_MapLoaded ( object sender, MapLoadedEventArgs e ) : void | ||
sender | object | |
e | MapLoadedEventArgs | |
return | void |
public newnetwork_MapLoadingProgress ( object sender, MapLoadingProgressEventArgs e ) : void | ||
sender | object | |
e | MapLoadingProgressEventArgs | |
return | void |
public ParticleEffectBlockBreak particleEffectBlockBreak | ||
return | ParticleEffectBlockBreak |
public static System.Drawing.Text.PrivateFontCollection pfc | ||
return | System.Drawing.Text.PrivateFontCollection |
public string playertexturedefaultfilename | ||
return | string |