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 Link icon

    • hasBlockState Link icon

      default boolean hasBlockState(Vector3i pos)
    • hasBlockState Link icon

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

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

      default int maximumHeight()