public interface SkyClimateSampler
| Modifier and Type | Method and Description |
|---|---|
default boolean |
sampleSkyColor()
Indicate whether to sample climate values for sky color.
|
double |
sampleSkyTemp(int x,
int z)
Sample temperature value from given coordinates,
to use to provide sky color.
|
double sampleSkyTemp(int x,
int z)
x - x-coordinate in block coordinates.z - z-coordinate in block coordinates.default boolean sampleSkyColor()