Package guideme.compiler.tags
Interface RecipeTypeMappingSupplier
- All Superinterfaces:
Extension
Allows mods to register mappings between recipe type and their custom recipe blocks for use in
<RecipeFor/>
and similar tags.
**NOTE:** In addition to being an extension point, implementations of this interface are also retrieved through the
Java Service-Loader to enable use of mod recipes cross-guide. Specific instances registered through
GuideBuilder.extension(guideme.extensions.ExtensionPoint<T>, T) will have higher priority than instances discovered through service-loader.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidMethods inherited from interface guideme.extensions.Extension
onExtensionsBuilt
-
Field Details
-
EXTENSION_POINT
-
-
Method Details
-
collect
-