Package cn.nukkit.api


package cn.nukkit.api
  • Class
    Description
    Describes an API element.
    Enum constant for API definition.
    Enum constant for API usage.
    Describe the deprecation with more details.
    DoNotModify is used to indicate that the return value of method, variables, etc.
    ImmutableCollection is used to mark a collection as immutable.
    Indicates that the annotated element works differently in PowerNukkit environment and may cause issues or unexpected behaviour when used in a normal NukkitX server without PowerNukkit's patches and features.
     
    Indicates that the annotated element is only available in PowerNukkit environment and will cause issues when used in a normal NukkitX server without PowerNukkit's patches and features.
    Indicates that the annotated element works differently in PowerNukkit environment and may cause issues or unexpected behaviour when used in a normal NukkitX server without PowerNukkitX's patches and features.
     
    这代表一个仅应该被使用于PNX内部的接口,插件在不知道实现的情况下不应该随意使用
     
    Indicates which version added the annotated element.
    Indicates that the number may be negative in raw form but must be treated as an unsigned value by considering the sign bit as part of the number.