All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.BlockGetter.tpl Maven / Gradle / Ivy

    /**
{categoryDescription}
     * @return {categoryClassName}
     */
    public {categoryClassName} get{categoryClassName}() {
        return delegate.getCategory("{categoryName}", {categoryClassName}::new);
    }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy