| Modifier and Type | Field and Description |
|---|---|
double |
boatBuoyancyUnderFlowingWater |
RPConfig.MiscBugFixes |
bugFixes |
String |
configReloadCommand |
boolean |
disableDataFixerUpper |
List<String> |
mixinBlacklist |
int |
underwaterBoatPassengerEjectionDelayTicks |
| Constructor and Description |
|---|
Misc() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
disableDataFixerUpper()
Whether DataFixerUpper should be disabled.
|
boolean |
isMixinClassEnabled(String mixinClassName)
Returns whether the specified RandomPatches mixin class is enabled.
|
void |
validatePostLoad() |
public RPConfig.MiscBugFixes bugFixes
public double boatBuoyancyUnderFlowingWater
public int underwaterBoatPassengerEjectionDelayTicks
public String configReloadCommand
public boolean disableDataFixerUpper
public void validatePostLoad()
throws me.shedaniel.autoconfig1u.ConfigData.ValidationException
validatePostLoad in interface me.shedaniel.autoconfig1u.ConfigDatame.shedaniel.autoconfig1u.ConfigData.ValidationExceptionpublic boolean disableDataFixerUpper()
true if DataFixerUpper should be disabled, or otherwise false.public boolean isMixinClassEnabled(String mixinClassName)
mixinClassName - a RandomPatches mixin class name.true if the specified RandomPatches mixin class is enabled,
or otherwise false.