Uses of Class
tk.airshipcraft.commonlib.world.PseudoChunk
Packages that use PseudoChunk
Package
Description
Provides classes for defining and working with various geometric areas within the Minecraft world.
-
Uses of PseudoChunk in tk.airshipcraft.commonlib.world
Methods in tk.airshipcraft.commonlib.world that return types with arguments of type PseudoChunkModifier and TypeMethodDescriptionEllipseArea.getPseudoChunks()
Retrieves a collection of pseudo chunk coordinates that fall within or intersect the boundaries of the elliptical area.GlobalYLimitedArea.getPseudoChunks()
This method returns null because the area spans an infinite number of pseudo chunks.IArea.getPseudoChunks()
Retrieves a collection of all pseudo chunk coordinates that are within or intersect the boundaries of this area.RectangleArea.getPseudoChunks()
Retrieves a collection of pseudo chunks that are within the rectangular area.