public final class TimingsManager
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static FullServerTickHandler |
FULL_SERVER_TICK |
|
static java.util.List<java.lang.String> |
hiddenConfigs |
|
static Timing |
PLUGIN_GROUP_HANDLER |
|
static boolean |
privacy |
|
static co.aikar.timings.TimingHandler |
TIMINGS_TICK |
Modifier and Type | Method | Description |
---|---|---|
static Timing |
getCommandTiming(java.lang.String pluginName,
Command command) |
Due to access restrictions, we need a helper method to get a Command TimingHandler with String group
|
static Plugin |
getPluginByClassloader(java.lang.Class<?> clazz) |
Looks up the class loader for the specified class, and if it is a PluginClassLoader, return the
Plugin that created this class.
|
public static final FullServerTickHandler FULL_SERVER_TICK
public static final co.aikar.timings.TimingHandler TIMINGS_TICK
public static final Timing PLUGIN_GROUP_HANDLER
public static java.util.List<java.lang.String> hiddenConfigs
public static boolean privacy
public static Timing getCommandTiming(java.lang.String pluginName, Command command)
Due to access restrictions, we need a helper method to get a Command TimingHandler with String group
Plugins should never call thispluginName
- Plugin this command is associated withcommand
- Command to get timings forpublic static Plugin getPluginByClassloader(@Nullable java.lang.Class<?> clazz)
clazz
- Class to checkCopyright © 2018. All rights reserved.