Class MenuReuseElement
java.lang.Object
com.pixelmonmod.pixelmon.client.gui.widgets.PixelmonWidget
com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.MenuReuseElement
Created by Jay113355 on 12/11/2020.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected net.minecraft.world.item.ItemStackprotected static final net.minecraft.resources.ResourceLocationprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddrawElement(net.minecraft.client.gui.GuiGraphics graphics, float scale) Methods inherited from class com.pixelmonmod.pixelmon.client.gui.widgets.PixelmonWidget
drawElementScaled, getHeight, getWidth, getX, getY, isMouseOver, setPosition
-
Field Details
-
MENU_REUSE_BUTTON
protected static final net.minecraft.resources.ResourceLocation MENU_REUSE_BUTTON -
message
-
item
@Nullable protected net.minecraft.world.item.ItemStack item
-
-
Constructor Details
-
MenuReuseElement
-
-
Method Details
-
drawElement
public void drawElement(net.minecraft.client.gui.GuiGraphics graphics, float scale) - Specified by:
drawElementin classPixelmonWidget
-