Module watamebot

Class Response

java.lang.Object
net.foxgenesis.watame.util.Response

public final class Response extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.dv8tion.jda.api.entities.MessageEmbed
    error(@NotNull String description)
     
    static net.dv8tion.jda.api.entities.MessageEmbed
    error(@NotNull String title, @NotNull String description)
     
    static net.dv8tion.jda.api.entities.MessageEmbed
    error(@NotNull String title, @NotNull String url, @NotNull String description)
     
    static net.dv8tion.jda.api.entities.MessageEmbed
    info(@NotNull String description)
     
    static net.dv8tion.jda.api.entities.MessageEmbed
    info(@NotNull String title, @NotNull String description)
     
    static net.dv8tion.jda.api.entities.MessageEmbed
    info(@NotNull String title, @NotNull String url, @NotNull String description)
     
    static net.dv8tion.jda.api.entities.MessageEmbed
    notice(@NotNull String description)
     
    static net.dv8tion.jda.api.entities.MessageEmbed
    notice(@NotNull String title, @NotNull String description)
     
    static net.dv8tion.jda.api.entities.MessageEmbed
    notice(@NotNull String title, @NotNull String url, @NotNull String description)
     
    static net.dv8tion.jda.api.entities.MessageEmbed
    success(@NotNull String description)
     
    static net.dv8tion.jda.api.entities.MessageEmbed
    success(@NotNull String title, @NotNull String description)
     
    static net.dv8tion.jda.api.entities.MessageEmbed
    success(@NotNull String title, @NotNull String url, @NotNull String description)
     
    static net.dv8tion.jda.api.entities.MessageEmbed
    warn(@NotNull String description)
     
    static net.dv8tion.jda.api.entities.MessageEmbed
    warn(@NotNull String title, @NotNull String description)
     
    static net.dv8tion.jda.api.entities.MessageEmbed
    warn(@NotNull String title, @NotNull String url, @NotNull String description)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Response

      public Response()
  • Method Details

    • info

      public static net.dv8tion.jda.api.entities.MessageEmbed info(@NotNull @NotNull String description)
    • info

      public static net.dv8tion.jda.api.entities.MessageEmbed info(@NotNull @NotNull String title, @NotNull @NotNull String description)
    • info

      public static net.dv8tion.jda.api.entities.MessageEmbed info(@NotNull @NotNull String title, @NotNull @NotNull String url, @NotNull @NotNull String description)
    • success

      public static net.dv8tion.jda.api.entities.MessageEmbed success(@NotNull @NotNull String description)
    • success

      public static net.dv8tion.jda.api.entities.MessageEmbed success(@NotNull @NotNull String title, @NotNull @NotNull String description)
    • success

      public static net.dv8tion.jda.api.entities.MessageEmbed success(@NotNull @NotNull String title, @NotNull @NotNull String url, @NotNull @NotNull String description)
    • notice

      public static net.dv8tion.jda.api.entities.MessageEmbed notice(@NotNull @NotNull String description)
    • notice

      public static net.dv8tion.jda.api.entities.MessageEmbed notice(@NotNull @NotNull String title, @NotNull @NotNull String description)
    • notice

      public static net.dv8tion.jda.api.entities.MessageEmbed notice(@NotNull @NotNull String title, @NotNull @NotNull String url, @NotNull @NotNull String description)
    • warn

      public static net.dv8tion.jda.api.entities.MessageEmbed warn(@NotNull @NotNull String description)
    • warn

      public static net.dv8tion.jda.api.entities.MessageEmbed warn(@NotNull @NotNull String title, @NotNull @NotNull String description)
    • warn

      public static net.dv8tion.jda.api.entities.MessageEmbed warn(@NotNull @NotNull String title, @NotNull @NotNull String url, @NotNull @NotNull String description)
    • error

      public static net.dv8tion.jda.api.entities.MessageEmbed error(@NotNull @NotNull String description)
    • error

      public static net.dv8tion.jda.api.entities.MessageEmbed error(@NotNull @NotNull String title, @NotNull @NotNull String description)
    • error

      public static net.dv8tion.jda.api.entities.MessageEmbed error(@NotNull @NotNull String title, @NotNull @NotNull String url, @NotNull @NotNull String description)