类 AbstractLayout
java.lang.Object
net.minecraft.client.gui.layouts.AbstractLayout
- 所有已实现的接口:
Layout
,LayoutElement
- 直接已知子类:
EqualSpacingLayout
,FrameLayout
,GridLayout
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.client.gui.layouts.Layout
arrangeElements, visitChildren, visitWidgets
从接口继承的方法 net.minecraft.client.gui.layouts.LayoutElement
getRectangle, setPosition
-
字段详细资料
-
x
private int x -
y
private int y -
width
protected int width -
height
protected int height
-
-
构造器详细资料
-
AbstractLayout
public AbstractLayout(int p_265185_, int p_265789_, int p_265792_, int p_265443_)
-
-
方法详细资料
-
setX
public void setX(int p_265701_) - 指定者:
setX
在接口中LayoutElement
-
setY
public void setY(int p_265155_) - 指定者:
setY
在接口中LayoutElement
-
getX
public int getX()- 指定者:
getX
在接口中LayoutElement
-
getY
public int getY()- 指定者:
getY
在接口中LayoutElement
-
getWidth
public int getWidth()- 指定者:
getWidth
在接口中LayoutElement
-
getHeight
public int getHeight()- 指定者:
getHeight
在接口中LayoutElement
-