QuestInventoryMenu
Functions
Link copied to clipboard
public static void fillItemSlotLists(Inventory inventory, List<Integer> entries, TextComponent title, List<TextComponent> textComponents, Material material)
Link copied to clipboard
public static void generateInventoryQuestDirectory(List<? extends Quest> quests, Player player, NPCEntity npcEntity)
public static void generateInventoryQuestDirectory(List<? extends Quest> quests, Player player, NPCEntity npcEntity, boolean returnToPlayerStatus)
Link copied to clipboard
public static void generateInventoryQuestEntries(List<? extends Quest> quests, Player player, NPCEntity npcEntity)
public static void generateInventoryQuestEntries(List<? extends Quest> quests, Player player, NPCEntity npcEntity, boolean returnToPlayerStatus)
Link copied to clipboard
public static void generateInventoryQuestEntry(Quest quest, Player player, NPCEntity npcEntity, boolean returnToPlayerStatus)
Link copied to clipboard
public static List<ItemStack> generateItemStackEntry(TextComponent title, List<TextComponent> textComponents, Material material)
public static List<ItemStack> generateItemStackEntry(TextComponent title, TextComponent textComponent, Material material)
Link copied to clipboard
public static List<ItemStack> generateParsedItemStackEntry(String title, List<String> rawLore, Material material)
Link copied to clipboard