Package com.nexomc.nexo.utils
Object LocationUtils
-
- All Implemented Interfaces:
public class LocationUtils
-
-
Field Summary
Fields Modifier and Type Field Description private final <Error class: unknown class>CHUNK_RANGE_XZpublic final static LocationUtilsINSTANCE
-
Method Summary
Modifier and Type Method Description final UnitblocksWithCustomData(World world, Function1<Block, Unit> block)final Array<Block>blocksWithCustomData(Chunk chunk)final <Error class: unknown class>getCHUNK_RANGE_XZ()-
-
Method Detail
-
blocksWithCustomData
final Unit blocksWithCustomData(World world, Function1<Block, Unit> block)
-
blocksWithCustomData
final Array<Block> blocksWithCustomData(Chunk chunk)
-
getCHUNK_RANGE_XZ
final <Error class: unknown class> getCHUNK_RANGE_XZ()
-
-
-
-