Uses of Interface
noppes.npcs.api.gui.ITexturedRect
Packages that use ITexturedRect
-
Uses of ITexturedRect in noppes.npcs.api.gui
Methods in noppes.npcs.api.gui that return ITexturedRectModifier and TypeMethodDescriptionIComponentsWrapper.addTexturedRect
(int id, String texture, int x, int y, int width, int height) Add a texture to be drawn within the GUI.IComponentsWrapper.addTexturedRect
(int id, String texture, int x, int y, int width, int height, int textureX, int textureY) Add a texture to be drawn within the GUI.IButtonList.getLeftTexture()
IButtonList.getRightTexture()
IButton.getTextureRect()
ITexturedRect.setRepeatingTexture
(int width, int height, int borderSize) ITexturedRect.setScale
(float scale) ITexturedRect.setTexture
(String texture) ITexturedRect.setTextureOffset
(int offsetX, int offsetY) Methods in noppes.npcs.api.gui with parameters of type ITexturedRect