public final class VanillaDeathChest extends Object implements net.fabricmc.api.ModInitializer
| Modifier and Type | Field and Description |
|---|---|
static org.apache.logging.log4j.Logger |
logger
The VanillaDeathChest logger.
|
static String |
MOD_ID
The VanillaDeathChest mod ID.
|
static net.minecraft.world.GameRules.Key<net.minecraft.world.GameRules.BooleanRule> |
SPAWN_DEATH_CHESTS
The game rule that controls whether death chests should be spawned.
|
| Constructor and Description |
|---|
VanillaDeathChest() |
| Modifier and Type | Method and Description |
|---|---|
static VDCConfig |
config()
Returns the VanillaDeathChest configuration.
|
void |
onInitialize() |
static void |
reloadConfig()
Reloads the VanillaDeathChest configuration from disk.
|
public static final String MOD_ID
public static final org.apache.logging.log4j.Logger logger
public static final net.minecraft.world.GameRules.Key<net.minecraft.world.GameRules.BooleanRule> SPAWN_DEATH_CHESTS
public void onInitialize()
onInitialize in interface net.fabricmc.api.ModInitializerpublic static VDCConfig config()
VDCConfig object.public static void reloadConfig()