public class GuiTextureBlock extends GuiComponent
GuiComponent using TextureInfo.
This component just draws the texture in a specific position.GuiComponent.Transformchildren, transform| 构造器和说明 |
|---|
GuiTextureBlock(TextureInfo texture,
int x,
int y) |
add, applyPlugin, disposePlugin, draw, finalize, getDrawPipe, getParent, getPlugins, getProperties, getRelativeX, getRelativeY, onLoad, setPosRelative, transformpublic GuiTextureBlock(TextureInfo texture, int x, int y)
texture - The texture will be drawn.x - The texture x position.y - The texture y position.