Package guideme.document.block.recipes
Class LytRecipeBox
java.lang.Object
guideme.document.block.LytNode
guideme.document.block.LytBlock
guideme.document.block.LytBox
guideme.document.block.recipes.LytRecipeBox
- All Implemented Interfaces:
LytBlockContainer,LytErrorSink,ExportableResourceProvider,Styleable
- Direct Known Subclasses:
LytCookingRecipe,LytCraftingRecipe,LytSmeltingRecipe,LytSmithingRecipe
@Deprecated(forRemoval=true)
public abstract class LytRecipeBox
extends LytBox
implements ExportableResourceProvider
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Fields inherited from class guideme.document.block.LytBox
children, paddingBottom, paddingLeft, paddingRight, paddingTop -
Constructor Summary
ConstructorsConstructorDescriptionLytRecipeBox(net.minecraft.world.item.crafting.Recipe<?> recipe) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidexportResources(ResourceExporter exporter) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class guideme.document.block.LytBox
append, clearContent, computeBoxLayout, computeLayout, getBackgroundColor, getChildren, onLayoutMoved, removeChild, render, renderBatch, setBackgroundColor, setPadding, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTopMethods inherited from class guideme.document.block.LytBlock
getBorderBottom, getBorderLeft, getBorderRight, getBorderTop, getBounds, getMarginBottom, getMarginEnd, getMarginLeft, getMarginRight, getMarginStart, getMarginTop, isCulled, isFullWidth, layout, setBorder, setBorderBottom, setBorderLeft, setBorderRight, setBorderTop, setFullWidth, setLayoutPos, setMarginBottom, setMarginLeft, setMarginRight, setMarginTopMethods inherited from class guideme.document.block.LytNode
getDocument, getHoverStyle, getParent, getSourceNode, getStyle, getStylingParent, getTextContent, onMouseEnter, onMouseLeave, pickNode, setHoverStyle, setSourceNode, setStyle, tick, visit, visit, visitChildrenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface guideme.document.block.LytBlockContainer
appendErrorMethods inherited from interface guideme.style.Styleable
modifyHoverStyle, modifyStyle, resolveHoverStyle, resolveStyle
-
Constructor Details
-
LytRecipeBox
public LytRecipeBox(net.minecraft.world.item.crafting.Recipe<?> recipe) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
exportResources
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
exportResourcesin interfaceExportableResourceProvider
-