public class BetterConfig
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BetterConfig.SyncConfigPacket |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.logging.log4j.Logger |
LOGGER |
static java.lang.String |
MODID |
static net.minecraftforge.fml.common.network.simpleimpl.SimpleNetworkWrapper |
NETWORK |
| Constructor and Description |
|---|
BetterConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
onConfigChangedEvent(net.minecraftforge.fml.client.event.ConfigChangedEvent.OnConfigChangedEvent event) |
void |
onFMLConstructionEvent(net.minecraftforge.fml.common.event.FMLConstructionEvent event) |
void |
onPlayerLoggedInEvent(net.minecraftforge.fml.common.gameevent.PlayerEvent.PlayerLoggedInEvent event) |
public static final java.lang.String MODID
public static final org.apache.logging.log4j.Logger LOGGER
public static final net.minecraftforge.fml.common.network.simpleimpl.SimpleNetworkWrapper NETWORK
public void onFMLConstructionEvent(net.minecraftforge.fml.common.event.FMLConstructionEvent event)
public void onConfigChangedEvent(net.minecraftforge.fml.client.event.ConfigChangedEvent.OnConfigChangedEvent event)
public void onPlayerLoggedInEvent(net.minecraftforge.fml.common.gameevent.PlayerEvent.PlayerLoggedInEvent event)