Uses of Class
tk.airshipcraft.commonlib.world.AbstractYLimitedArea
Packages that use AbstractYLimitedArea
Package
Description
Provides classes for defining and working with various geometric areas within the Minecraft world.
-
Uses of AbstractYLimitedArea in tk.airshipcraft.commonlib.world
Subclasses of AbstractYLimitedArea in tk.airshipcraft.commonlib.worldModifier and TypeClassDescriptionclass
Represents an elliptical area in a world, defined by a center point, and the radii along the X and Z axes.class
Represents a world-limited area with vertical bounds that extend infinitely along the X and Z axes.class
Represents a rectangular area in a Minecraft world with Y-level boundaries.