Class RecipeCompiler
java.lang.Object
guideme.compiler.tags.BlockTagCompiler
guideme.compiler.tags.RecipeCompiler
- All Implemented Interfaces:
TagCompiler, Extension
Shows a Recipe-Book-Like representation of the recipe needed to craft a given item.
-
Field Summary
Fields inherited from interface TagCompiler
EXTENSION_POINT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcompile(PageCompiler compiler, LytBlockContainer parent, guideme.libs.mdast.mdx.model.MdxJsxElementFields el) The tag names this compiler is responsible for.Methods inherited from class BlockTagCompiler
compileBlockContext, compileFlowContextMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Extension
onExtensionsBuiltMethods inherited from interface TagCompiler
index
-
Constructor Details
-
RecipeCompiler
public RecipeCompiler()
-
-
Method Details
-
getTagNames
Description copied from interface:TagCompilerThe tag names this compiler is responsible for. -
compile
protected void compile(PageCompiler compiler, LytBlockContainer parent, guideme.libs.mdast.mdx.model.MdxJsxElementFields el) - Specified by:
compilein classBlockTagCompiler
-