程序包 cn.nukkit.api

Annotation Interface DeprecationDetails


Describe the deprecation with more details. This is persisted to the class file, so it can be read without javadocs.
  • 必需元素概要

    所需元素
    修饰符和类型
    必需的元素
    说明
    Why it is deprecated.
    The version which marked this element as deprecated.
  • 可选元素概要

    可选元素
    修饰符和类型
    可选元素
    说明
    The maintainer party that has added this depreciation.
    What should be used or do instead.
    When the annotated element will be removed or have it's signature changed.
  • 元素详细资料

    • replaceWith

      What should be used or do instead.
      默认值:
      ""
    • toBeRemovedAt

      @PowerNukkitOnly String toBeRemovedAt
      When the annotated element will be removed or have it's signature changed.
      默认值:
      ""
    • by

      The maintainer party that has added this depreciation. For example: PowerNukkit, Cloudburst Nukkit, and Nukkit
      默认值:
      ""