Uses of Record Class
io.hymods.lib.data.BlockInfo
Packages that use BlockInfo
-
Uses of BlockInfo in io.hymods.lib.utils
Methods in io.hymods.lib.utils that return types with arguments of type BlockInfoModifier and TypeMethodDescriptionWorldUtils.findBlocks(com.hypixel.hytale.server.core.universe.world.World world, com.hypixel.hytale.math.vector.Vector3d center, double radius, Predicate<com.hypixel.hytale.server.core.asset.type.blocktype.config.BlockType> predicate) Finds blocks matching a predicate in an areaWorldUtils.getAdjacentBlocks(com.hypixel.hytale.server.core.universe.world.World world, int x, int y, int z, boolean includeDiagonals) Gets adjacent blocksWorldUtils.getBlocksInArea(com.hypixel.hytale.server.core.universe.world.World world, com.hypixel.hytale.math.vector.Vector3i min, com.hypixel.hytale.math.vector.Vector3i max) Gets all blocks in a cubic areaWorldUtils.getBlocksInSphere(com.hypixel.hytale.server.core.universe.world.World world, com.hypixel.hytale.math.vector.Vector3d center, double radius) Gets all blocks in a sphere