Interface IConfigSettings
-
- All Superinterfaces:
Config,IExpandableConfig
public interface IConfigSettings extends IExpandableConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetCanEditIndividually()booleangetCanExplode()ILocaleComponentgetDisplayName()java.lang.StringgetDyePermission()java.util.List<ILocaleComponent>getHologramLines()java.util.List<ILocaleComponent>getLoreLines()intgetMaxDistance()intgetMaxSolidBlocks()intgetMaxStackSize()java.lang.StringgetUsePermission()booleanshouldCheckColor()booleanshouldCheckPerms()booleanshouldClassCheck()booleanshouldStopObstruction()booleanshouldSupportDying()-
Methods inherited from interface me.keehl.elevators.api.util.config.Config
onLoad, onSave, setKey, setNode
-
Methods inherited from interface me.keehl.elevators.api.services.configs.IExpandableConfig
getData, setData, setData
-
-
-
-
Method Detail
-
getUsePermission
java.lang.String getUsePermission()
-
getDyePermission
java.lang.String getDyePermission()
-
getDisplayName
ILocaleComponent getDisplayName()
-
getLoreLines
java.util.List<ILocaleComponent> getLoreLines()
-
getMaxDistance
int getMaxDistance()
-
getMaxSolidBlocks
int getMaxSolidBlocks()
-
getMaxStackSize
int getMaxStackSize()
-
shouldClassCheck
boolean shouldClassCheck()
-
shouldStopObstruction
boolean shouldStopObstruction()
-
shouldSupportDying
boolean shouldSupportDying()
-
shouldCheckColor
boolean shouldCheckColor()
-
shouldCheckPerms
boolean shouldCheckPerms()
-
getCanExplode
boolean getCanExplode()
-
getCanEditIndividually
boolean getCanEditIndividually()
-
getHologramLines
java.util.List<ILocaleComponent> getHologramLines()
-
-