Uses of Class
dev.linwood.itemmods.pack.ItemModsPack
-
Packages that use ItemModsPack Package Description dev.linwood.itemmods.action dev.linwood.itemmods.action.pack dev.linwood.itemmods.addon dev.linwood.itemmods.pack -
-
Uses of ItemModsPack in dev.linwood.itemmods.action
Method parameters in dev.linwood.itemmods.action with type arguments of type ItemModsPack Modifier and Type Method Description voidPacksAction. showChoose(org.bukkit.command.CommandSender sender, @NotNull Consumer<ItemModsPack> action)voidPacksAction. showChoose(org.bukkit.command.CommandSender sender, @NotNull Consumer<ItemModsPack> action, @Nullable Consumer<org.bukkit.event.inventory.InventoryClickEvent> backAction) -
Uses of ItemModsPack in dev.linwood.itemmods.action.pack
Methods in dev.linwood.itemmods.action.pack that return ItemModsPack Modifier and Type Method Description ItemModsPackPackAction. getPack() -
Uses of ItemModsPack in dev.linwood.itemmods.addon
Subclasses of ItemModsPack in dev.linwood.itemmods.addon Modifier and Type Class Description classBaseAddonDefault addon for elemental features -
Uses of ItemModsPack in dev.linwood.itemmods.pack
Methods in dev.linwood.itemmods.pack that return ItemModsPack Modifier and Type Method Description @Nullable ItemModsPackPackManager. getPack(String name)@Nullable ItemModsPackPackObject. getPack()Methods in dev.linwood.itemmods.pack that return types with arguments of type ItemModsPack Modifier and Type Method Description @NotNull List<ItemModsPack>PackManager. getInactivePacks()@NotNull List<ItemModsPack>PackManager. getPacks()Methods in dev.linwood.itemmods.pack with parameters of type ItemModsPack Modifier and Type Method Description voidPackManager. registerPack(@NotNull ItemModsPack pack)
-