Skip to content

Commit

Permalink
Merge branch 'EngineHub:version/7.3.x' into version/7.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Euphillya authored Sep 16, 2024
2 parents aae42af + 485bb41 commit c40cc8a
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -414,6 +414,16 @@ public int hashCode() {
return getWorld().hashCode();
}

@Override
public int getMaxY() {
return getWorld().max().y();
}

@Override
public int getMinY() {
return getWorld().min().y();
}

@Override
public boolean equals(Object o) {
if (o == null) {

0 comments on commit c40cc8a

Please sign in to comment.