Package gg.pufferfish.pufferfish.sentry
Class SentryContext
java.lang.Object
gg.pufferfish.pufferfish.sentry.SentryContext
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
static void
static void
setEventContext
(Event event, RegisteredListener registration) static void
setPluginContext
(@Nullable Plugin plugin) static void
setSenderContext
(@Nullable CommandSender sender)
-
Constructor Details
-
SentryContext
public SentryContext()
-
-
Method Details
-
setPluginContext
-
removePluginContext
public static void removePluginContext() -
setSenderContext
-
removeSenderContext
public static void removeSenderContext() -
setEventContext
-
removeEventContext
public static void removeEventContext()
-