public class BaseBiome extends Object
| Constructor and Description |
|---|
BaseBiome(BaseBiome biome)
Create a clone of the given biome.
|
BaseBiome(int id)
Create a new biome with the given biome ID.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getId()
Get the biome ID.
|
int |
hashCode() |
void |
setId(int id)
Set the biome id.
|
public BaseBiome(int id)
id - the biome IDpublic BaseBiome(BaseBiome biome)
biome - the biome to cloneCopyright © 2010-2014. All Rights Reserved.