Interface GenerationVolume

All Superinterfaces:
HeightAwareVolume
All Known Subinterfaces:
ClientWorld, GenerationRegion, GenerationVolume.Mutable, ServerWorld, World<W,L>, WorldLike<P>

public interface GenerationVolume extends HeightAwareVolume
  • Method Details

    • hasBlockState

      default boolean hasBlockState(Vector3i pos)
    • hasBlockState

      default boolean hasBlockState(Vector3i pos, Predicate<? super BlockState> predicate)
    • hasBlockState

      boolean hasBlockState(int x, int y, int z, Predicate<? super BlockState> predicate)
    • maximumHeight

      default int maximumHeight()