public class ChunkGenSettings extends java.lang.Object implements IChunkGenSettings
| Modifier and Type | Field and Description |
|---|---|
protected int |
biomeFeatureDistance |
protected int |
biomeFeatureSeparation |
protected IBlockState |
defaultBlock |
protected IBlockState |
defaultFluid |
protected int |
endCityDistance |
protected int |
endCitySeparation |
protected int |
field_204027_h |
protected int |
field_204749_j |
protected int |
field_211734_k |
protected int |
field_211736_o |
protected int |
field_211737_q |
protected int |
mansionDistance |
protected int |
oceanMonumentSeparation |
protected int |
oceanMonumentSpacing |
protected int |
strongholdCount |
protected int |
strongholdDistance |
protected int |
strongholdSpread |
protected int |
villageDistance |
protected int |
villageSeparation |
| Constructor and Description |
|---|
ChunkGenSettings() |
| Modifier and Type | Method and Description |
|---|---|
int |
func_204026_h() |
int |
func_204748_h() |
int |
func_211727_m() |
int |
func_211730_k() |
int |
getBiomeFeatureDistance() |
int |
getBiomeFeatureSeparation() |
IBlockState |
getDefaultBlock() |
IBlockState |
getDefaultFluid() |
int |
getEndCityDistance() |
int |
getEndCitySeparation() |
int |
getMansionDistance() |
int |
getMansionSeparation() |
int |
getOceanMonumentSeparation() |
int |
getOceanMonumentSpacing() |
int |
getStrongholdCount() |
int |
getStrongholdDistance() |
int |
getStrongholdSpread() |
int |
getVillageDistance() |
int |
getVillageSeparation() |
void |
setDefaultFluid(IBlockState state) |
void |
setDefautBlock(IBlockState state) |
protected int villageDistance
protected int villageSeparation
protected int oceanMonumentSpacing
protected int oceanMonumentSeparation
protected int strongholdDistance
protected int strongholdCount
protected int strongholdSpread
protected int biomeFeatureDistance
protected int biomeFeatureSeparation
protected int field_204027_h
protected int field_211734_k
protected int endCityDistance
protected int endCitySeparation
protected int field_204749_j
protected int field_211736_o
protected int mansionDistance
protected int field_211737_q
protected IBlockState defaultBlock
protected IBlockState defaultFluid
public int getVillageDistance()
getVillageDistance in interface IChunkGenSettingspublic int getVillageSeparation()
getVillageSeparation in interface IChunkGenSettingspublic int getOceanMonumentSpacing()
getOceanMonumentSpacing in interface IChunkGenSettingspublic int getOceanMonumentSeparation()
getOceanMonumentSeparation in interface IChunkGenSettingspublic int getStrongholdDistance()
getStrongholdDistance in interface IChunkGenSettingspublic int getStrongholdCount()
getStrongholdCount in interface IChunkGenSettingspublic int getStrongholdSpread()
getStrongholdSpread in interface IChunkGenSettingspublic int getBiomeFeatureDistance()
getBiomeFeatureDistance in interface IChunkGenSettingspublic int getBiomeFeatureSeparation()
getBiomeFeatureSeparation in interface IChunkGenSettingspublic int func_204748_h()
func_204748_h in interface IChunkGenSettingspublic int func_211730_k()
func_211730_k in interface IChunkGenSettingspublic int func_204026_h()
func_204026_h in interface IChunkGenSettingspublic int func_211727_m()
func_211727_m in interface IChunkGenSettingspublic int getEndCityDistance()
getEndCityDistance in interface IChunkGenSettingspublic int getEndCitySeparation()
getEndCitySeparation in interface IChunkGenSettingspublic int getMansionDistance()
getMansionDistance in interface IChunkGenSettingspublic int getMansionSeparation()
getMansionSeparation in interface IChunkGenSettingspublic IBlockState getDefaultBlock()
getDefaultBlock in interface IChunkGenSettingspublic IBlockState getDefaultFluid()
getDefaultFluid in interface IChunkGenSettingspublic void setDefautBlock(IBlockState state)
public void setDefaultFluid(IBlockState state)