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 boolean
TemplateAction. showChoose(org.bukkit.command.CommandSender sender, String namespace, @NotNull Consumer<CustomTemplate> action)
static boolean
TemplateAction. 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 class
BlockSetTemplate
-
Uses of CustomTemplate in dev.linwood.itemmods.pack
Methods in dev.linwood.itemmods.pack that return CustomTemplate Modifier and Type Method Description CustomTemplate
ItemModsPack. getTemplate(String name)
@Nullable CustomTemplate
PackObject. 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 void
ItemModsPack. 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 CustomTemplate
CustomData. getTemplate()
-