Annotation Type Subscribe

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      @NotNull String effect
      Deprecated.
      use value() instead
      @NotNull String value
      The name of the effect to listen to.
    • Element Detail

      • effect

        @AvailableSince("1.0.0")
        @NotNull
        @Deprecated
        @ScheduledForRemoval(inVersion="4.0.0")
        @NotNull String effect
        Deprecated.
        use value() instead
        The name of the effect to listen to.
        Returns:
        effect name
        Since:
        1.0.0
        Default:
        ""
      • value

        @AvailableSince("3.5.3")
        @NotNull
        @NotNull String value
        The name of the effect to listen to.
        Returns:
        effect name
        Since:
        3.5.3
        Default:
        ""