Package com.nexomc.nexo.items
Object ItemTemplate
-
- All Implemented Interfaces:
public class ItemTemplate
-
-
Field Summary
Fields Modifier and Type Field Description private final <Error class: unknown class>itemTemplatesprivate final <Error class: unknown class>placeholderspublic final static ItemTemplateINSTANCE
-
Method Summary
Modifier and Type Method Description final Unitregister(ConfigurationSection section)final ItemParserparserTemplate(String id)final ItemParserparserTemplates(List<String> ids)final BooleanisTemplate(String id)final UnitreplacePlaceholders(ConfigurationSection templateSection, ConfigurationSection section)final <Error class: unknown class>getItemTemplates()final <Error class: unknown class>getPlaceholders()-
-
Method Detail
-
parserTemplate
final ItemParser parserTemplate(String id)
-
parserTemplates
final ItemParser parserTemplates(List<String> ids)
-
isTemplate
final Boolean isTemplate(String id)
-
replacePlaceholders
final Unit replacePlaceholders(ConfigurationSection templateSection, ConfigurationSection section)
-
getItemTemplates
final <Error class: unknown class> getItemTemplates()
-
getPlaceholders
final <Error class: unknown class> getPlaceholders()
-
-
-
-