kettle

Kotlin utilities for Quilt mod development


Project maintained by Cypher121 Hosted on GitHub Pages — Theme by mattgraham

//kettle/coffee.cypher.kettle.math/horizontalNeighbors

horizontalNeighbors

[jvm]
val BlockPos.horizontalNeighbors: List<BlockPos>

Returns a list of horizontal direct neighbors (shared face, same height) of this BlockPos.