Interface HookConfig

    • Method Detail

      • getEnabled

        boolean getEnabled()
        Gets the enabled attribute of the BaseConfiguration object.
        Specified by:
        getEnabled in interface BaseConfiguration
        Returns:
        The nullBehaviorValue value.
      • setEnabled

        void setEnabled​(boolean enabled)
        Sets the enabled attribute of the BaseConfiguration object.
        Specified by:
        setEnabled in interface BaseConfiguration
        Parameters:
        enabled - true for enabling; false otherwise.
      • getHookName

        java.lang.Object getHookName()
        Returns:
        name of the hook
      • setHookName

        void setHookName​(java.lang.Object name)
        Sets the name of the hook.
        Parameters:
        name -
      • couldInherit

        boolean couldInherit()
        Could this hook inherit data from some other place, if it did not have local data?
        Returns:
        true if there is data that could be inherited
        Since:
        6.2