Skip to content

Commit

Permalink
Merge branch '1.20' into PC-1051
Browse files Browse the repository at this point in the history
  • Loading branch information
LoboMetalurgico committed Feb 5, 2024
2 parents 2a0d3a7 + 6a0bea2 commit dd6652c
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 dd6652c

Please sign in to comment.