Interface GenerationVolume
- All Superinterfaces:
HeightAwareVolume
- All Known Subinterfaces:
ClientWorld
,GenerationRegion
,GenerationVolume.Mutable
,ServerWorld
,World<W,
,L> WorldLike<P>
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
hasBlockState
(int x, int y, int z, Predicate<? super BlockState> predicate) default boolean
hasBlockState
(Vector3i pos) default boolean
hasBlockState
(Vector3i pos, Predicate<? super BlockState> predicate) default int
Methods inherited from interface org.spongepowered.api.world.volume.game.HeightAwareVolume
height, height
-
Method Details
-
hasBlockState
-
hasBlockState
-
hasBlockState
-
maximumHeight
default int maximumHeight()
-