Uses of Interface
org.bukkit.generator.LimitedRegion
Packages that use LimitedRegion
Package
Description
Classes to facilitate
world
generation
implementation.Multi and single purpose classes to facilitate various programmatic
concepts.
-
Uses of LimitedRegion in org.bukkit.generator
Methods in org.bukkit.generator with parameters of type LimitedRegionModifier and TypeMethodDescriptionvoid
BlockPopulator.populate
(@NotNull WorldInfo worldInfo, @NotNull Random random, int chunkX, int chunkZ, @NotNull LimitedRegion limitedRegion) Populates an area of blocks at or around the given chunk. -
Uses of LimitedRegion in org.bukkit.util
Methods in org.bukkit.util with parameters of type LimitedRegionModifier and TypeMethodDescription@NotNull BlockState
BlockTransformer.transform
(@NotNull LimitedRegion region, int x, int y, int z, @NotNull BlockState current, @NotNull BlockTransformer.TransformationState state) Transforms a block in a structure.boolean
EntityTransformer.transform
(@NotNull LimitedRegion region, int x, int y, int z, @NotNull Entity entity, boolean allowedToSpawn) Transforms an entity in a structure.