Interface IConfigRoot
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>getDisabledWorlds()ExecutionModegetEffectDestination()java.util.Map<java.lang.String,IConfigEffect>getEffects()java.util.Map<java.lang.String,IElevatorType>getElevators()IConfigLocalegetLocale()ExecutionModegetPermissionMode()java.util.Map<java.lang.String,IConfigHookData>getProtectionHooks()java.lang.StringgetVersion()booleanisHologramServiceEnabled()booleanisUpdateCheckerEnabled()booleanshouldAllowElevatorDispense()booleanshouldForceFacingUpwards()
-
-
-
Method Detail
-
getVersion
java.lang.String getVersion()
-
isUpdateCheckerEnabled
boolean isUpdateCheckerEnabled()
-
isHologramServiceEnabled
boolean isHologramServiceEnabled()
-
getEffectDestination
ExecutionMode getEffectDestination()
-
getPermissionMode
ExecutionMode getPermissionMode()
-
shouldForceFacingUpwards
boolean shouldForceFacingUpwards()
-
getProtectionHooks
java.util.Map<java.lang.String,IConfigHookData> getProtectionHooks()
-
getLocale
IConfigLocale getLocale()
-
shouldAllowElevatorDispense
boolean shouldAllowElevatorDispense()
-
getDisabledWorlds
java.util.List<java.lang.String> getDisabledWorlds()
-
getEffects
java.util.Map<java.lang.String,IConfigEffect> getEffects()
-
getElevators
java.util.Map<java.lang.String,IElevatorType> getElevators()
-
-