Skip to content

Commit

Permalink
Add linebreak on blockEntityBy
Browse files Browse the repository at this point in the history
Co-authored-by: Lobo Metalúrgico <[email protected]>
  • Loading branch information
alikindsys and LoboMetalurgico authored Feb 5, 2024
1 parent 5df569c commit 4e26b72
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ fun BlockHitResult.blockStateBy(world: World) : BlockState {
* **Trivial**: This is a mere convenience extension function.
* @param world The world being queried.
* @author alikindsys
*/fun BlockHitResult.blockEntityBy(world: World) : BlockEntity? {
*/
fun BlockHitResult.blockEntityBy(world: World) : BlockEntity? {
return world.getBlockEntity(this.blockPos)
}

0 comments on commit 4e26b72

Please sign in to comment.