public class BCTransportConfig
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
BCTransportConfig.PowerLossMode |
Modifier and Type | Field and Description |
---|---|
static int |
baseFlowRate |
static BCTransportConfig.PowerLossMode |
lossMode |
static long |
mjPerItem |
static long |
mjPerMillibucket |
Constructor and Description |
---|
BCTransportConfig() |
Modifier and Type | Method and Description |
---|---|
static void |
onConfigChange(net.minecraftforge.fml.client.event.ConfigChangedEvent.OnConfigChangedEvent cce) |
static void |
preInit() |
static void |
reloadConfig(EnumRestartRequirement restarted) |
public static long mjPerMillibucket
public static long mjPerItem
public static int baseFlowRate
public static BCTransportConfig.PowerLossMode lossMode
public static void preInit()
public static void reloadConfig(EnumRestartRequirement restarted)
public static void onConfigChange(net.minecraftforge.fml.client.event.ConfigChangedEvent.OnConfigChangedEvent cce)