Uses of Class
dev.linwood.itemmods.pack.custom.CustomTemplate
-
Packages that use CustomTemplate Package Description dev.linwood.itemmods.action.pack dev.linwood.itemmods.addon.templates.item dev.linwood.itemmods.pack dev.linwood.itemmods.pack.custom -
-
Uses of CustomTemplate in dev.linwood.itemmods.action.pack
Method parameters in dev.linwood.itemmods.action.pack with type arguments of type CustomTemplate Modifier and Type Method Description static booleanTemplateAction. showChoose(org.bukkit.command.CommandSender sender, String namespace, @NotNull Consumer<CustomTemplate> action)static booleanTemplateAction. showChoose(org.bukkit.command.CommandSender sender, String namespace, @NotNull Consumer<CustomTemplate> action, @Nullable Consumer<org.bukkit.event.inventory.InventoryClickEvent> backAction) -
Uses of CustomTemplate in dev.linwood.itemmods.addon.templates.item
Subclasses of CustomTemplate in dev.linwood.itemmods.addon.templates.item Modifier and Type Class Description classBlockSetTemplate -
Uses of CustomTemplate in dev.linwood.itemmods.pack
Methods in dev.linwood.itemmods.pack that return CustomTemplate Modifier and Type Method Description CustomTemplateItemModsPack. getTemplate(String name)@Nullable CustomTemplatePackObject. getTemplate()Methods in dev.linwood.itemmods.pack that return types with arguments of type CustomTemplate Modifier and Type Method Description @NotNull List<CustomTemplate>ItemModsPack. getTemplates()Methods in dev.linwood.itemmods.pack with parameters of type CustomTemplate Modifier and Type Method Description voidItemModsPack. registerTemplate(@NotNull CustomTemplate customTemplate) -
Uses of CustomTemplate in dev.linwood.itemmods.pack.custom
Methods in dev.linwood.itemmods.pack.custom that return CustomTemplate Modifier and Type Method Description CustomTemplateCustomData. getTemplate()
-