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
Modifier and TypeFieldDescriptionprotected net.minecraft.world.item.ItemStack
protected static final net.minecraft.resources.ResourceLocation
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
drawElement
(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:
drawElement
in classPixelmonWidget
-