Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
DiamondBlock.cs
浏览该文件的文档.
1namespace Game {
2 public class DiamondBlock : CubeBlock {
3 public static int Index = 126;
4
6
7 public override bool IsMovableByPiston(int value, int pistonFace, int y, out bool isEnd) {
8 isEnd = false;
9 return false;
10 }
11 }
12}
bool CanBeBuiltIntoFurniture
override bool IsMovableByPiston(int value, int pistonFace, int y, out bool isEnd)