Uses of Annotation Interface
io.papermc.paper.annotation.DoNotUse

Packages that use DoNotUse
Package
Description
 
  • Uses of DoNotUse in co.aikar.timings

    Methods in co.aikar.timings with annotations of type DoNotUse
    Modifier and Type
    Method
    Description
    void
    Timing.abort()
    Deprecated.
    Doesn't do anything - Removed
    void
    Timing.close()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Timing.startTiming()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Starts timing the execution until Timing.stopTiming() is called.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Starts timing the execution until Timing.stopTiming() is called.
    void
    Timing.stopTiming()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Stops timing and records the data.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Stops timing and records the data.