Beispiel #1
0
 private bool IsAir(Vector3 pos)
 {
     return(!world.GetBlock(pos).IsSolid());
 }