Uses of Class
net.minecraft.client.gui.widget.IconWidget
Packages that use IconWidget
Package
Description
-
Uses of IconWidget in net.minecraft.client.gui.widget
Subclasses of IconWidget in net.minecraft.client.gui.widgetModifier and TypeClassDescriptionprivate static class
private static class
Methods in net.minecraft.client.gui.widget that return IconWidgetModifier and TypeMethodDescriptionstatic IconWidget
IconWidget.create
(int width, int height, Identifier texture) static IconWidget
IconWidget.create
(int width, int height, Identifier texture, int textureWidth, int textureHeight) -
Uses of IconWidget in net.minecraft.client.realms.gui.screen
Methods in net.minecraft.client.realms.gui.screen that return IconWidgetModifier and TypeMethodDescriptionprotected static IconWidget
RealmsScreen.createRealmsLogoIconWidget()
-
Uses of IconWidget in net.minecraft.client.realms.gui.screen.tab
Fields in net.minecraft.client.realms.gui.screen.tab declared as IconWidget