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 Timing
    Modifier and Type
    Class
    Description
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    Timings will be removed in the future
    final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    Timings will be removed in the future
    Fields in co.aikar.timings declared as Timing
    Modifier and Type
    Field
    Description
    static 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 Timing
    Modifier and Type
    Method
    Description
    static @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 group
    static @NotNull Timing
    Timings.of(@NotNull Plugin plugin, @NotNull String name)
    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
    Timings.of(@NotNull Plugin plugin, @NotNull String name, @Nullable Timing groupHandler)
    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
    Timings.ofStart(@NotNull Plugin plugin, @NotNull String name)
    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
    Timings.ofStart(@NotNull Plugin plugin, @NotNull String name, @Nullable Timing groupHandler)
    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 until stopTiming() is called.
    @NotNull Timing
    NullTimingHandler.startTimingIfSync()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    @NotNull Timing
    Deprecated, for removal: This API element is subject to removal in a future version.
    Starts timing the execution until stopTiming() is called.
    Methods in co.aikar.timings with parameters of type Timing
    Modifier and Type
    Method
    Description
    static @NotNull Timing
    Timings.of(@NotNull Plugin plugin, @NotNull String name, @Nullable Timing groupHandler)
    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
    Timings.ofStart(@NotNull Plugin plugin, @NotNull String name, @Nullable Timing groupHandler)
    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
    Modifier and Type
    Field
    Description
    Command.timings
    Deprecated, for removal: This API element is subject to removal in a future version.
    Timings will be removed in the future