public static class BiomeEvent.GetVillageBlockID extends BiomeEvent
BiomeEvent.BiomeColor, BiomeEvent.CreateDecorator, BiomeEvent.GetFoliageColor, BiomeEvent.GetGrassColor, BiomeEvent.GetVillageBlockID, BiomeEvent.GetWaterColor
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
private IBlockState |
original |
private IBlockState |
replacement |
Constructor and Description |
---|
GetVillageBlockID(Biome biome,
IBlockState original) |
Modifier and Type | Method and Description |
---|---|
IBlockState |
getOriginal() |
IBlockState |
getReplacement() |
void |
setReplacement(IBlockState replacement) |
getBiome
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
private final IBlockState original
private IBlockState replacement
public GetVillageBlockID(Biome biome, IBlockState original)
public IBlockState getOriginal()
public IBlockState getReplacement()
public void setReplacement(IBlockState replacement)