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()Timing.startTiming()Starts timing the execution untilTiming.stopTiming()is called.Timing.startTimingIfSync()Starts timing the execution untilTiming.stopTiming()is called.voidTiming.stopTiming()Stops timing and records the data.voidTiming.stopTimingIfSync()Stops timing and records the data.