Class DefaultConfigHookData
- java.lang.Object
-
- me.keehl.elevators.api.services.configs.versions.DefaultConfigHookData
-
- All Implemented Interfaces:
IConfigHookData,Config
public class DefaultConfigHookData extends java.lang.Object implements IConfigHookData
-
-
Field Summary
Fields Modifier and Type Field Description booleanallowCustomizationbooleanblockNonMemberUseDefault
-
Constructor Summary
Constructors Constructor Description DefaultConfigHookData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandoesAllowCustomization()booleandoesBlockNonMemberUseByDefault()voidsetAllowCustomization(boolean allowCustomization)voidsetBlockNonMemberUseByDefault(boolean blockNonMemberUseByDefault)
-
-
-
Method Detail
-
doesAllowCustomization
public boolean doesAllowCustomization()
- Specified by:
doesAllowCustomizationin interfaceIConfigHookData
-
doesBlockNonMemberUseByDefault
public boolean doesBlockNonMemberUseByDefault()
- Specified by:
doesBlockNonMemberUseByDefaultin interfaceIConfigHookData
-
setAllowCustomization
public void setAllowCustomization(boolean allowCustomization)
- Specified by:
setAllowCustomizationin interfaceIConfigHookData
-
setBlockNonMemberUseByDefault
public void setBlockNonMemberUseByDefault(boolean blockNonMemberUseByDefault)
- Specified by:
setBlockNonMemberUseByDefaultin interfaceIConfigHookData
-
-