Interface EnvironmentalVolume

All Superinterfaces:
BiomeVolume, BlockEntityVolume, BlockVolume, LocationBaseDataHolder, PrimitiveGameVolume, Volume
All Known Subinterfaces:
ClientWorld, GenerationRegion, Region<R>, ServerWorld, World<W,L>, WorldLike<P>

public interface EnvironmentalVolume extends PrimitiveGameVolume, BiomeVolume
  • Method Details

    • light

      int light(LightType type, int x, int y, int z)
    • light

      default int light(Supplier<? extends LightType> type, int x, int y, int z)
    • light

      default int light(LightType type, Vector3i position)
    • light

      default int light(Supplier<? extends LightType> type, Vector3i position)
    • light

      default int light(int x, int y, int z)
    • light

      default int light(Vector3i position)
    • isSkylightMax

      default boolean isSkylightMax(Vector3i position)