NightbreakSetupMenuHelper

public final class NightbreakSetupMenuHelper

Functions

Link copied to clipboard
public static ItemStack createInstalledItem(String displayName, List<String> description)
Link copied to clipboard
public static ItemStack createItem(String displayName, List<String> description, Material material, String modelId, List<String> stateLore)
Link copied to clipboard
public static ItemStack createNeedsAccessItem(String displayName, List<String> description, NightbreakAccount.AccessInfo accessInfo)
Link copied to clipboard
public static ItemStack createNotDownloadedItem(String displayName, List<String> description, String slug, NightbreakAccount.AccessInfo accessInfo)
Link copied to clipboard
public static ItemStack createNotInstalledItem(String displayName, List<String> description)
Link copied to clipboard
public static ItemStack createOutOfDateNoAccessItem(String displayName, List<String> description)
Link copied to clipboard
public static ItemStack createOutOfDateUpdatableItem(String displayName, List<String> description, String slug)
Link copied to clipboard
public static ItemStack createPartiallyInstalledItem(String displayName, List<String> description)
Link copied to clipboard
public static String getSeparator()
Link copied to clipboard
public static void sendAccessInfo(Player player, String packageName, NightbreakAccount.AccessInfo accessInfo, String contentUrl)
Link copied to clipboard
public static void sendFirstTimeSetupResources(Player player, NightbreakFirstTimeSetupSpec spec)
Link copied to clipboard
public static void sendManualDownloadMessage(CommandSender sender, String downloadLink, String importsFolderName, String reloadCommand)
Link copied to clipboard
public static void sendNoTokenPrompt(Player player, String pluginName, String contentUrl)
Link copied to clipboard
public static void sendRecommendedSetupInstructions(Player player, NightbreakFirstTimeSetupSpec spec)
Link copied to clipboard
public static void sendTokenUpdatePrompt(CommandSender sender, String pluginName)