NightbreakSetupMenuHelper
Functions
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
public static ItemStack createOutOfDateUpdatableItem(String displayName, List<String> description, String slug)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public static void sendAccessInfo(Player player, String packageName, NightbreakAccount.AccessInfo accessInfo, String contentUrl)
Link copied to clipboard
Link copied to clipboard
public static void sendManualDownloadMessage(CommandSender sender, String downloadLink, String importsFolderName, String reloadCommand)
Link copied to clipboard
Link copied to clipboard
public static void sendRecommendedSetupInstructions(Player player, NightbreakFirstTimeSetupSpec spec)
Link copied to clipboard