Interface LightProvider

All Known Implementing Classes:
BlockWorld

public interface LightProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    getGlobalLighting(int x, int y, int z)
     
    float
    getLocalLighting(int x, int y, int z)
     
  • Method Details

    • getGlobalLighting

      float getGlobalLighting(int x, int y, int z)
    • getLocalLighting

      float getLocalLighting(int x, int y, int z)