Survivalcraft API 1.8.2.3
v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
GermaniumOreChunkBlock.cs
浏览该文件的文档.
1
using
Engine
;
2
3
namespace
Game
{
4
public
class
GermaniumOreChunkBlock
:
ChunkBlock
{
5
public
static
int
Index
= 250;
6
7
public
GermaniumOreChunkBlock
() : base(
8
Matrix
.CreateRotationX(-1f) *
Matrix
.CreateRotationZ(1f),
9
Matrix
.CreateTranslation(0.0625f, 0.4375f, 0f),
10
new
Color
(204, 181, 162),
11
false
12
) { }
13
}
14
}
Game.ChunkBlock.ChunkBlock
ChunkBlock(Matrix transform, Matrix tcTransform, Color color, bool smooth)
定义
ChunkBlock.cs:16
Game.GermaniumOreChunkBlock.Index
static int Index
定义
GermaniumOreChunkBlock.cs:5
Game.GermaniumOreChunkBlock.GermaniumOreChunkBlock
GermaniumOreChunkBlock()
定义
GermaniumOreChunkBlock.cs:7
Engine
定义
BaseSound.cs:10
Game
定义
ContentFileBridge.cs:4
Engine.Color
定义
Color.cs:2
Engine.Matrix
定义
Matrix.cs:17
SurvivalcraftApi 1.8.2.3
Survivalcraft.Windows
Block
GermaniumOreChunkBlock.cs
制作者
1.16.1