kettle

Kotlin utilities for Quilt mod development


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

//kettle/coffee.cypher.kettle.math/neighbors

neighbors

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

Returns a list of all direct neighbors (shared face) of this BlockPos.