public interface IClimateRoot
| Modifier and Type | Method and Description |
|---|---|
IClimateState |
getBiomeState(net.minecraft.world.World worldObj,
net.minecraft.util.math.BlockPos coordinates) |
IClimateProvider |
getDefaultClimate(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos) |
IClimateListener |
getListener(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos) |
IClimateState |
getState(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos)
Can be used to get the climate state without the use of an
IClimateListener. |
IWorldClimateHolder |
getWorldClimate(net.minecraft.world.World world) |
@Nullable IClimateListener getListener(net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos)
IClimateState getState(net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos)
IClimateListener.IClimateState getBiomeState(net.minecraft.world.World worldObj, net.minecraft.util.math.BlockPos coordinates)
IClimateState.IClimateProvider getDefaultClimate(net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos)
IWorldClimateHolder getWorldClimate(net.minecraft.world.World world)