Survivalcraft API 1.8.2.3
v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
IElectricElementBlock.cs
浏览该文件的文档.
1
namespace
Game
{
2
public
interface
IElectricElementBlock
{
3
ElectricElement
CreateElectricElement
(
SubsystemElectricity
subsystemElectricity,
int
value,
int
x,
int
y,
int
z);
4
5
ElectricConnectorType
?
GetConnectorType
(
SubsystemTerrain
terrain,
6
int
value,
7
int
face,
8
int
connectorFace,
9
int
x,
10
int
y,
11
int
z);
12
13
int
GetConnectionMask
(
int
value);
14
}
15
}
Game.ElectricElement
定义
ElectricElement.cs:4
Game.SubsystemElectricity
定义
SubsystemElectricity.cs:9
Game.SubsystemTerrain
定义
SubsystemTerrain.cs:6
Game.IElectricElementBlock
定义
IElectricElementBlock.cs:2
Game.IElectricElementBlock.GetConnectionMask
int GetConnectionMask(int value)
Game.IElectricElementBlock.CreateElectricElement
ElectricElement CreateElectricElement(SubsystemElectricity subsystemElectricity, int value, int x, int y, int z)
Game.IElectricElementBlock.GetConnectorType
ElectricConnectorType? GetConnectorType(SubsystemTerrain terrain, int value, int face, int connectorFace, int x, int y, int z)
Game
定义
ContentFileBridge.cs:4
Game.ElectricConnectorType
ElectricConnectorType
定义
ElectricConnectorType.cs:2
SurvivalcraftApi 1.8.2.3
Survivalcraft.Windows
Block
IElectricElementBlock.cs
制作者
1.16.1