mirror of
https://github.com/funkemunky/KauriV3.git
synced 2026-07-01 02:08:27 +00:00
Lots of new stuff
- Added fakemob api stuff. - Added new packet wrappers - More
This commit is contained in:
@@ -217,7 +217,7 @@ public class Helper {
|
||||
for (int y = y1; y <= y2; y++)
|
||||
for (int z = z1; z <= z2; z++)
|
||||
if ((block = getBlockAt(world, x, y, z)) != null
|
||||
&& block.getType()!= XMaterial.AIR.parseMaterial())
|
||||
&& BlockUtils.getXMaterial(block.getType()) != XMaterial.AIR)
|
||||
if (Materials.checkFlag(block.getType(),mask))
|
||||
blocks.add(block);
|
||||
return blocks;
|
||||
|
||||
Reference in New Issue
Block a user