Uses of Interface
co.aikar.timings.Timing
Package
Description
Classes relating to handling specialized non-chat player input.
-
Uses of Timing in co.aikar.timings
Modifier 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 futureModifier 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.Modifier and TypeMethodDescriptionTimingsManager.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 groupDeprecated, for removal: This API element is subject to removal in a future version.Returns a Timing for a plugin corresponding to a name.Deprecated, for removal: This API element is subject to removal in a future version.Returns a handler that has a groupHandler timer handler.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.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.FullServerTickHandler.startTiming()
Deprecated, for removal: This API element is subject to removal in a future version.NullTimingHandler.startTiming()
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 untilstopTiming()
is called.NullTimingHandler.startTimingIfSync()
Deprecated, for removal: This API element is subject to removal in a future version.Timing.startTimingIfSync()
Deprecated, for removal: This API element is subject to removal in a future version.Starts timing the execution untilstopTiming()
is called.Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Returns a handler that has a groupHandler timer handler.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