public class HiveConfig
extends java.lang.Object
| Constructor and Description |
|---|
HiveConfig(java.lang.String[] entries) |
| Modifier and Type | Method and Description |
|---|---|
static void |
addBlacklistedDim(int dimId) |
static void |
addWhitelistedDim(int dimId) |
static boolean |
isBlacklisted(IHiveRegistry.HiveType type,
net.minecraft.world.biome.Biome biome) |
static boolean |
isDimAllowed(int dimId) |
static void |
parse(LocalizedConfiguration config) |
public static void parse(LocalizedConfiguration config)
public static boolean isBlacklisted(IHiveRegistry.HiveType type, net.minecraft.world.biome.Biome biome)
public static boolean isDimAllowed(int dimId)
public static void addBlacklistedDim(int dimId)
public static void addWhitelistedDim(int dimId)