public class Cravings
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ConfigurationHandler |
config
Configuration instance.
|
static net.darkhax.bookshelf.lib.WeightedSelectorRegistry<ICraving> |
CRAVING_REGISTRY
The weighted registry for cravings.
|
static net.darkhax.bookshelf.lib.LoggingHelper |
LOG
Logger for the mod.
|
static net.darkhax.bookshelf.network.NetworkHandler |
NETWORK
The network handler for cravings.
|
Constructor and Description |
---|
Cravings() |
Modifier and Type | Method and Description |
---|---|
void |
init(net.minecraftforge.fml.common.event.FMLInitializationEvent event) |
void |
onFingerprintViolation(net.minecraftforge.fml.common.event.FMLFingerprintViolationEvent event) |
void |
preInit(net.minecraftforge.fml.common.event.FMLPreInitializationEvent event) |
public static final net.darkhax.bookshelf.lib.LoggingHelper LOG
public static final net.darkhax.bookshelf.network.NetworkHandler NETWORK
public static final net.darkhax.bookshelf.lib.WeightedSelectorRegistry<ICraving> CRAVING_REGISTRY
public static ConfigurationHandler config
public void preInit(net.minecraftforge.fml.common.event.FMLPreInitializationEvent event)
public void init(net.minecraftforge.fml.common.event.FMLInitializationEvent event)
public void onFingerprintViolation(net.minecraftforge.fml.common.event.FMLFingerprintViolationEvent event)