Uses of Interface
noppes.npcs.api.gui.IButton
Packages that use IButton
-
Uses of IButton in noppes.npcs.api.event
Fields in noppes.npcs.api.event declared as IButtonConstructors in noppes.npcs.api.event with parameters of type IButton -
Uses of IButton in noppes.npcs.api.gui
Subinterfaces of IButton in noppes.npcs.api.guiMethods in noppes.npcs.api.gui that return IButtonModifier and TypeMethodDescriptionAdd a regular, Minecraft style button to this GUI.Add a regular, Minecraft style button to this GUI, with a defined width and height.IComponentsWrapper.addTexturedButton
(int id, String label, int x, int y, int width, int height, String texture) Add a button with a custom texture to this GUI.IComponentsWrapper.addTexturedButton
(int id, String label, int x, int y, int width, int height, String texture, int textureX, int textureY) Add a button with a custom texture to this GUI, with a texture offset.IButton.setDisplayItem
(IItemStack item) IButton.setOnPress
(GuiComponentClicked<IButton> onPress) IButton.setTexture
(String texture) Deprecated.IButton.setTextureHoverOffset
(int height) IButton.setTextureOffset
(int textureX, int textureY) Deprecated.Method parameters in noppes.npcs.api.gui with type arguments of type IButton