Class SentryContext

java.lang.Object
gg.pufferfish.pufferfish.sentry.SentryContext

public class SentryContext extends Object
  • Constructor Details

    • SentryContext

      public SentryContext()
  • Method Details

    • setPluginContext

      public static void setPluginContext(@Nullable @Nullable Plugin plugin)
    • removePluginContext

      public static void removePluginContext()
    • setSenderContext

      public static void setSenderContext(@Nullable @Nullable CommandSender sender)
    • removeSenderContext

      public static void removeSenderContext()
    • setEventContext

      public static void setEventContext(Event event, RegisteredListener registration)
    • removeEventContext

      public static void removeEventContext()