private void func_150651_b()
{
for (int i = 0; i < this.array.size(); ++i)
{
BlockWire.Rail rail = this.func_150654_a((ChunkPosition)this.array.get(i));
if (rail != null && rail.func_150653_a(this))
{
this.array.set(i, new ChunkPosition(rail.chunkCoordX, rail.chunkCoordY, rail.chunkCoordZ));
}
else
{
this.array.remove(i--);
}
}
}
BlockWire.java 文件源码
java
阅读 38
收藏 0
点赞 0
评论 0
项目:NyaSamaRailway
作者:
评论列表
文章目录