Package guideme.document.block.recipes
Class LytSmeltingRecipe
java.lang.Object
guideme.document.block.LytNode
guideme.document.block.LytBlock
guideme.document.block.LytBox
guideme.document.block.recipes.LytRecipeBox
guideme.document.block.recipes.LytSmeltingRecipe
- All Implemented Interfaces:
LytBlockContainer
,LytErrorSink
,guideme.internal.siteexport.ExportableResourceProvider
,Styleable
-
Field Summary
Fields inherited from class guideme.document.block.LytBox
children, paddingBottom, paddingLeft, paddingRight, paddingTop
-
Constructor Summary
ConstructorDescriptionLytSmeltingRecipe
(net.minecraft.world.item.crafting.RecipeHolder<net.minecraft.world.item.crafting.SmeltingRecipe> holder) -
Method Summary
Modifier and TypeMethodDescriptionprotected LytRect
computeBoxLayout
(LayoutContext context, int x, int y, int availableWidth) void
render
(RenderContext context) Methods inherited from class guideme.document.block.recipes.LytRecipeBox
exportResources
Methods inherited from class guideme.document.block.LytBox
append, clearContent, computeLayout, getChildren, onLayoutMoved, removeChild, renderBatch, setPadding
Methods inherited from class guideme.document.block.LytBlock
getBounds, getMarginBottom, getMarginEnd, getMarginLeft, getMarginRight, getMarginStart, getMarginTop, isCulled, layout, setLayoutPos, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop
Methods inherited from class guideme.document.block.LytNode
getDocument, getHoverStyle, getParent, getSourceNode, getStyle, getStylingParent, getTextContent, onMouseEnter, onMouseLeave, pickNode, setHoverStyle, setSourceNode, setStyle, tick, visit, visit, visitChildren
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface guideme.document.block.LytBlockContainer
appendError
Methods inherited from interface guideme.style.Styleable
modifyHoverStyle, modifyStyle, resolveHoverStyle, resolveStyle
-
Constructor Details
-
LytSmeltingRecipe
public LytSmeltingRecipe(net.minecraft.world.item.crafting.RecipeHolder<net.minecraft.world.item.crafting.SmeltingRecipe> holder)
-
-
Method Details
-
computeBoxLayout
- Specified by:
computeBoxLayout
in classLytBox
-
render
-