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 TypeMethodDescriptionvoid
Timing.abort()
Deprecated.Doesn't do anything - Removedvoid
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 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.void
Timing.stopTiming()
Deprecated, for removal: This API element is subject to removal in a future version.Stops timing and records the data.void
Timing.stopTimingIfSync()
Deprecated, for removal: This API element is subject to removal in a future version.Stops timing and records the data.