Uses of Annotation Interface
io.papermc.paper.annotation.DoNotUse
Packages that use DoNotUse
-
Uses of DoNotUse in co.aikar.timings
Methods in co.aikar.timings with annotations of type DoNotUseModifier and TypeMethodDescriptionvoidTiming.abort()Deprecated.Doesn't do anything - RemovedvoidTiming.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 untilTiming.stopTiming()is called.Timing.startTimingIfSync()Deprecated, for removal: This API element is subject to removal in a future version.Starts timing the execution untilTiming.stopTiming()is called.voidTiming.stopTiming()Deprecated, for removal: This API element is subject to removal in a future version.Stops timing and records the data.voidTiming.stopTimingIfSync()Deprecated, for removal: This API element is subject to removal in a future version.Stops timing and records the data.