Uses of Interface
co.aikar.timings.Timing
Packages that use Timing
Package
Description
Classes relating to handling specialized non-chat player input.
-
Uses of Timing in co.aikar.timings
Classes in co.aikar.timings that implement TimingModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.Timings will be removed in the futurefinal class
Deprecated, for removal: This API element is subject to removal in a future version.Timings will be removed in the futureFields in co.aikar.timings declared as TimingModifier and TypeFieldDescriptionstatic final Timing
NullTimingHandler.NULL
Deprecated, for removal: This API element is subject to removal in a future version.static final Timing
Timings.NULL_HANDLER
Deprecated, for removal: This API element is subject to removal in a future version.static final Timing
TimingsManager.PLUGIN_GROUP_HANDLER
Deprecated, for removal: This API element is subject to removal in a future version.Methods in co.aikar.timings that return TimingModifier and TypeMethodDescriptionstatic @NotNull Timing
TimingsManager.getCommandTiming
(@Nullable String pluginName, @NotNull Command command) Deprecated, for removal: This API element is subject to removal in a future version.Due to access restrictions, we need a helper method to get a Command TimingHandler with String groupstatic @NotNull Timing
Deprecated, for removal: This API element is subject to removal in a future version.Returns a Timing for a plugin corresponding to a name.static @NotNull Timing
Deprecated, for removal: This API element is subject to removal in a future version.Returns a handler that has a groupHandler timer handler.static @NotNull Timing
Deprecated, for removal: This API element is subject to removal in a future version.Returns a Timing object after starting it, useful for Java7 try-with-resources.static @NotNull Timing
Deprecated, for removal: This API element is subject to removal in a future version.Returns a Timing object after starting it, useful for Java7 try-with-resources.@NotNull Timing
FullServerTickHandler.startTiming()
Deprecated, for removal: This API element is subject to removal in a future version.@NotNull Timing
NullTimingHandler.startTiming()
Deprecated, for removal: This API element is subject to removal in a future version.@NotNull Timing
Timing.startTiming()
Deprecated, for removal: This API element is subject to removal in a future version.Starts timing the execution untilstopTiming()
is called.@NotNull Timing
NullTimingHandler.startTimingIfSync()
Deprecated, for removal: This API element is subject to removal in a future version.@NotNull Timing
Timing.startTimingIfSync()
Deprecated, for removal: This API element is subject to removal in a future version.Starts timing the execution untilstopTiming()
is called.Methods in co.aikar.timings with parameters of type TimingModifier and TypeMethodDescriptionstatic @NotNull Timing
Deprecated, for removal: This API element is subject to removal in a future version.Returns a handler that has a groupHandler timer handler.static @NotNull Timing
Deprecated, for removal: This API element is subject to removal in a future version.Returns a Timing object after starting it, useful for Java7 try-with-resources. -
Uses of Timing in org.bukkit.command
Fields in org.bukkit.command declared as Timing