Interface EnvironmentalVolume

    • Method Detail

      • 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​(int x,
                          int y,
                          int z)
      • light

        default int light​(Vector3i position)
      • isSkylightMax

        default boolean isSkylightMax​(Vector3i position)