Survivalcraft API 1.8.2.3
v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
WoodenFenceGateBlock.cs
浏览该文件的文档.
1
using
Engine
;
2
namespace
Game
{
3
public
class
WoodenFenceGateBlock
:
FenceGateBlock
{
4
public
static
int
Index
= 166;
5
6
public
WoodenFenceGateBlock
() : base(
7
"Models/WoodenFenceGate"
,
8
0.0625f,
9
false,
10
false,
11
23,
12
Color
.White,
13
Color
.White
14
) { }
15
}
16
}
Game.FenceGateBlock.FenceGateBlock
FenceGateBlock(string modelName, float pivotDistance, bool doubleSided, bool useAlphaTest, int coloredTextureSlot, Color postColor, Color unpaintedColor)
定义
FenceGateBlock.cs:30
Game.WoodenFenceGateBlock.WoodenFenceGateBlock
WoodenFenceGateBlock()
定义
WoodenFenceGateBlock.cs:6
Game.WoodenFenceGateBlock.Index
static int Index
定义
WoodenFenceGateBlock.cs:4
Engine
定义
BaseSound.cs:10
Game
定义
ContentFileBridge.cs:4
Engine.Color
定义
Color.cs:2
SurvivalcraftApi 1.8.2.3
Survivalcraft.Windows
Block
WoodenFenceGateBlock.cs
制作者
1.16.1