Package net.minecraft.client.gui.layouts
Class AbstractLayout
java.lang.Object
net.minecraft.client.gui.layouts.AbstractLayout
- All Implemented Interfaces:
- Layout,- LayoutElement
- Direct Known Subclasses:
- EqualSpacingLayout,- FrameLayout,- GridLayout
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.layouts.LayoutarrangeElements, visitChildren, visitWidgetsMethods inherited from interface net.minecraft.client.gui.layouts.LayoutElementgetRectangle, setPosition
- 
Field Details- 
xprivate int x
- 
yprivate int y
- 
widthprotected int width
- 
heightprotected int height
 
- 
- 
Constructor Details- 
AbstractLayoutpublic AbstractLayout(int p_265185_, int p_265789_, int p_265792_, int p_265443_) 
 
- 
- 
Method Details- 
setXpublic void setX(int p_265701_) - Specified by:
- setXin interface- LayoutElement
 
- 
setYpublic void setY(int p_265155_) - Specified by:
- setYin interface- LayoutElement
 
- 
getXpublic int getX()- Specified by:
- getXin interface- LayoutElement
 
- 
getYpublic int getY()- Specified by:
- getYin interface- LayoutElement
 
- 
getWidthpublic int getWidth()- Specified by:
- getWidthin interface- LayoutElement
 
- 
getHeightpublic int getHeight()- Specified by:
- getHeightin interface- LayoutElement
 
 
-