Survivalcraft API 1.8.2.3
v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
GermaniumChunkBlock.cs
浏览该文件的文档.
1
using
Engine
;
2
3
namespace
Game
{
4
public
class
GermaniumChunkBlock
:
ChunkBlock
{
5
public
static
int
Index
= 149;
6
7
public
GermaniumChunkBlock
() : base(
8
Matrix
.CreateRotationX(3f) *
Matrix
.CreateRotationZ(2f),
9
Matrix
.CreateTranslation(0.875f, 0.25f, 0f),
10
new
Color
(255, 255, 255),
11
false
12
) { }
13
}
14
}
Game.ChunkBlock.ChunkBlock
ChunkBlock(Matrix transform, Matrix tcTransform, Color color, bool smooth)
定义
ChunkBlock.cs:16
Game.GermaniumChunkBlock.Index
static int Index
定义
GermaniumChunkBlock.cs:5
Game.GermaniumChunkBlock.GermaniumChunkBlock
GermaniumChunkBlock()
定义
GermaniumChunkBlock.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
GermaniumChunkBlock.cs
制作者
1.16.1