Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
hopefully fixed push
Browse files Browse the repository at this point in the history
  • Loading branch information
MqsterMorro committed Apr 13, 2024
1 parent 946526d commit fa46fc0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/kotlin/dev/macrohq/swiftslayer/util/BlockUtil.kt
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ object BlockUtil {
return blocks
}

fun getColumns(centerPos: BlockPos, width: Int, height: Int, depth: Int): MutableList<BlockPos> {

}

fun getCornerBlocks(centerBlock: BlockPos, radiusX: Int, radiusY: Int, radiusZ: Int): Pair<BlockPos, BlockPos> {
val topLeft = BlockPos(centerBlock.x - radiusX, centerBlock.y - radiusY, centerBlock.z - radiusZ)
val bottomRight = BlockPos(centerBlock.x + radiusX, centerBlock.y + radiusY, centerBlock.z + radiusZ)
Expand Down

1 comment on commit fa46fc0

@retcoob
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LMAO bro added


Please sign in to comment.