Interface Virtualized.Streamable<T,​B extends Virtualized.Streamable<T,​B,​S>,​S extends Volume>

    • Method Detail

      • elementStream

        VolumeStream<B,​ResourceKey> elementStream​(Vector3i min,
                                                        Vector3i max,
                                                        StreamOptions options)
        Gets a VolumeStream<B, Biome> from this volume such that the min and max are contained within this volume.
        Parameters:
        min - The minimum coordinate set
        max - The maximum coordinate set
        options - The options to construct the stream
        Returns:
        The volume stream