Survivalcraft API 1.8.2.3
v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
ElectricConnectionPath.cs
浏览该文件的文档.
1
namespace
Game
{
2
public
class
ElectricConnectionPath
{
3
public
readonly
int
NeighborOffsetX
;
4
5
public
readonly
int
NeighborOffsetY
;
6
7
public
readonly
int
NeighborOffsetZ
;
8
9
public
readonly
int
NeighborFace
;
10
11
public
readonly
int
ConnectorFace
;
12
13
public
readonly
int
NeighborConnectorFace
;
14
15
public
ElectricConnectionPath
(
int
neighborOffsetX,
16
int
neighborOffsetY,
17
int
neighborOffsetZ,
18
int
neighborFace,
19
int
connectorFace,
20
int
neighborConnectorFace) {
21
NeighborOffsetX
= neighborOffsetX;
22
NeighborOffsetY
= neighborOffsetY;
23
NeighborOffsetZ
= neighborOffsetZ;
24
NeighborFace
= neighborFace;
25
ConnectorFace
= connectorFace;
26
NeighborConnectorFace
= neighborConnectorFace;
27
}
28
}
29
}
Game.ElectricConnectionPath.ConnectorFace
readonly int ConnectorFace
定义
ElectricConnectionPath.cs:11
Game.ElectricConnectionPath.NeighborOffsetY
readonly int NeighborOffsetY
定义
ElectricConnectionPath.cs:5
Game.ElectricConnectionPath.NeighborOffsetZ
readonly int NeighborOffsetZ
定义
ElectricConnectionPath.cs:7
Game.ElectricConnectionPath.NeighborOffsetX
readonly int NeighborOffsetX
定义
ElectricConnectionPath.cs:3
Game.ElectricConnectionPath.NeighborConnectorFace
readonly int NeighborConnectorFace
定义
ElectricConnectionPath.cs:13
Game.ElectricConnectionPath.ElectricConnectionPath
ElectricConnectionPath(int neighborOffsetX, int neighborOffsetY, int neighborOffsetZ, int neighborFace, int connectorFace, int neighborConnectorFace)
定义
ElectricConnectionPath.cs:15
Game.ElectricConnectionPath.NeighborFace
readonly int NeighborFace
定义
ElectricConnectionPath.cs:9
Game
定义
ContentFileBridge.cs:4
SurvivalcraftApi 1.8.2.3
Survivalcraft.Windows
Game
ElectricConnectionPath.cs
制作者
1.16.1