Co-authored-by: Hannes Greule <SirYwell@users.noreply.github.com>
This commit is contained in:
Jordan 2023-12-20 16:04:08 +00:00 committed by GitHub
parent 8cd92c8ffa
commit 31b3aca32f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1455,7 +1455,7 @@ public abstract class PlotArea implements ComponentLike {
/**
* Get the maximum height that changes to plot components (wall filling, air, all etc.) may operate to
*/
public int getMixComponentHeight() {
public int getMaxComponentHeight() {
return this.maxBuildHeight;
}