Package mcp.mobius.waila.api.component
Class WrappedComponent
java.lang.Object
mcp.mobius.waila.api.component.WrappedComponent
- All Implemented Interfaces:
ITooltipComponent
- Direct Known Subclasses:
PositionComponent
Component that renders a vanilla
Component
.-
Nested Class Summary
Nested classes/interfaces inherited from interface mcp.mobius.waila.api.ITooltipComponent
ITooltipComponent.HorizontalGrowing
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns the height of the component.int
getWidth()
Returns the width of the component.int
hashCode()
void
render
(GuiGraphics ctx, int x, int y, DeltaTracker delta) Renders the component.
-
Field Details
-
component
-
-
Constructor Details
-
WrappedComponent
-
WrappedComponent
-
-
Method Details
-
getWidth
public int getWidth()Description copied from interface:ITooltipComponent
Returns the width of the component.Contract:
ITooltipComponent.getWidth()
will be called first, thenITooltipComponent.getHeight()
.- Specified by:
getWidth
in interfaceITooltipComponent
-
getHeight
public int getHeight()Description copied from interface:ITooltipComponent
Returns the height of the component.Contract:
ITooltipComponent.getWidth()
will be called first, thenITooltipComponent.getHeight()
.- Specified by:
getHeight
in interfaceITooltipComponent
-
render
Description copied from interface:ITooltipComponent
Renders the component.- Specified by:
render
in interfaceITooltipComponent
-
equals
-
hashCode
public int hashCode()
-