public class BetaColorSampler
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static BetaColorSampler |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSampleBiomeColor() |
boolean |
canSampleSkyColor() |
int |
getFoliageColor(net.minecraft.util.math.BlockPos blockPos) |
int |
getGrassColor(net.minecraft.util.math.BlockPos blockPos) |
int |
getSkyColor(net.minecraft.util.math.BlockPos blockPos) |
int |
getTallGrassColor(net.minecraft.util.math.BlockPos blockPos) |
void |
resetClimateSamplers() |
void |
setClimateSampler(ClimateSampler climateSampler) |
void |
setSkyClimateSampler(SkyClimateSampler skyClimateSampler) |
public static final BetaColorSampler INSTANCE
public void resetClimateSamplers()
public void setClimateSampler(ClimateSampler climateSampler)
public void setSkyClimateSampler(SkyClimateSampler skyClimateSampler)
public int getSkyColor(net.minecraft.util.math.BlockPos blockPos)
public int getGrassColor(net.minecraft.util.math.BlockPos blockPos)
public int getFoliageColor(net.minecraft.util.math.BlockPos blockPos)
public int getTallGrassColor(net.minecraft.util.math.BlockPos blockPos)
public boolean canSampleSkyColor()
public boolean canSampleBiomeColor()