Package guideme.siteexport
Interface ExportableResourceProvider
- All Known Subinterfaces:
GuideTooltip
- All Known Implementing Classes:
ContentTooltip
,DiamondAnnotation
,InWorldAnnotation
,InWorldBoxAnnotation
,InWorldLineAnnotation
,ItemTooltip
,LytCookingRecipe
,LytCraftingRecipe
,LytFlowLink
,LytItemImage
,LytRecipeBox
,LytSmeltingRecipe
,LytSmithingRecipe
,LytStandardRecipeBox
,LytTooltipSpan
,OverlayAnnotation
,SceneAnnotation
,TextTooltip
,VanillaTooltipWrapper
public interface ExportableResourceProvider
Parts of the document tree should implement this interface to export resources for being shown in the guidebook *Web*
application. This is used to export item descriptions, item icons, etc.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
exportResources
(ResourceExporter exporter) static void
visit
(LytNode node, ResourceExporter exporter)
-
Method Details
-
exportResources
-
visit
-