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 void
PacksAction. showChoose(org.bukkit.command.CommandSender sender, @NotNull Consumer<ItemModsPack> action)
void
PacksAction. 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 ItemModsPack
PackAction. getPack()
-
Uses of ItemModsPack in dev.linwood.itemmods.addon
Subclasses of ItemModsPack in dev.linwood.itemmods.addon Modifier and Type Class Description class
BaseAddon
Default 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 ItemModsPack
PackManager. getPack(String name)
@Nullable ItemModsPack
PackObject. 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 void
PackManager. registerPack(@NotNull ItemModsPack pack)
-