Package net.hollowcube.polar
Class WorldHeightUtil
java.lang.Object
net.hollowcube.polar.WorldHeightUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull PolarChunkupdateChunkHeight(@NotNull PolarChunk chunk, byte minSection, byte maxSection) static @NotNull PolarWorldupdateWorldHeight(@NotNull PolarWorld world, byte minSection, byte maxSection)
-
Constructor Details
-
WorldHeightUtil
public WorldHeightUtil()
-
-
Method Details
-
updateWorldHeight
@NotNull public static @NotNull PolarWorld updateWorldHeight(@NotNull @NotNull PolarWorld world, byte minSection, byte maxSection) -
updateChunkHeight
@NotNull public static @NotNull PolarChunk updateChunkHeight(@NotNull @NotNull PolarChunk chunk, byte minSection, byte maxSection)
-