Package guideme.document.block.recipes
Class LytSmithingRecipe
java.lang.Object
guideme.document.block.LytNode
guideme.document.block.LytBlock
guideme.document.block.LytBox
guideme.document.block.recipes.LytRecipeBox
guideme.document.block.recipes.LytSmithingRecipe
- All Implemented Interfaces:
LytBlockContainer,LytErrorSink,ExportableResourceProvider,Styleable
@Deprecated(forRemoval=true)
public class LytSmithingRecipe
extends LytRecipeBox
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
ConstructorsConstructorDescriptionLytSmithingRecipe(net.minecraft.world.item.crafting.RecipeHolder<net.minecraft.world.item.crafting.SmithingRecipe> holder) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected LytRectcomputeBoxLayout(LayoutContext context, int x, int y, int availableWidth) Deprecated, for removal: This API element is subject to removal in a future version.voidrender(RenderContext context) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class guideme.document.block.recipes.LytRecipeBox
exportResourcesMethods inherited from class guideme.document.block.LytBox
append, clearContent, computeLayout, getBackgroundColor, getChildren, onLayoutMoved, removeChild, 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.siteexport.ExportableResourceProvider
exportResourcesMethods inherited from interface guideme.document.block.LytBlockContainer
appendErrorMethods inherited from interface guideme.style.Styleable
modifyHoverStyle, modifyStyle, resolveHoverStyle, resolveStyle
-
Constructor Details
-
LytSmithingRecipe
public LytSmithingRecipe(net.minecraft.world.item.crafting.RecipeHolder<net.minecraft.world.item.crafting.SmithingRecipe> holder) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
computeBoxLayout
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
computeBoxLayoutin classLytBox
-
render
Deprecated, for removal: This API element is subject to removal in a future version.
-