Uses of Class
net.minecraft.world.PortalUtil.IntBounds
Package | Description |
---|---|
net.minecraft.world |
-
Uses of PortalUtil.IntBounds in net.minecraft.world
Methods in net.minecraft.world that return types with arguments of type PortalUtil.IntBounds Modifier and Type Method Description (package private) static com.mojang.datafixers.util.Pair<PortalUtil.IntBounds,Integer>
PortalUtil. findLargestRectangle(int[] heights)
Finds the largest rectangle within a histogram, where the vertical bars each have width 1 and height specified inheights
.