| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static BiomeRegistry |
get() |
Biome |
getBiome(Identifier identifier) |
Biome |
getBiome(int runtimeId) |
Identifier |
getId(int runtimeId) |
int |
getRuntimeId(Biome biome) |
int |
getRuntimeId(Identifier id) |
void |
register(@NonNull Biome biome) |
public static BiomeRegistry get()
public void register(@NonNull
@NonNull Biome biome)
public int getRuntimeId(Biome biome)
public int getRuntimeId(Identifier id)
public Biome getBiome(Identifier identifier)
public Biome getBiome(int runtimeId)
public Identifier getId(int runtimeId)
public void close()
throws RegistryException
close in interface RegistryRegistryExceptionCopyright © 2020. All rights reserved.