public class MenuReuseElement extends PixelmonWidget
Modifier and Type | Field and Description |
---|---|
protected net.minecraft.item.ItemStack |
item |
protected static net.minecraft.util.ResourceLocation |
MENU_REUSE_BUTTON |
protected java.lang.String |
message |
Constructor and Description |
---|
MenuReuseElement(java.lang.String message,
net.minecraft.item.ItemStack item) |
Modifier and Type | Method and Description |
---|---|
void |
drawElement(com.mojang.blaze3d.matrix.MatrixStack matrix,
float scale) |
drawElementScaled, isMouseOver, setPosition
protected static final net.minecraft.util.ResourceLocation MENU_REUSE_BUTTON
protected java.lang.String message
@Nullable protected net.minecraft.item.ItemStack item
public MenuReuseElement(java.lang.String message, @Nullable net.minecraft.item.ItemStack item)
public void drawElement(com.mojang.blaze3d.matrix.MatrixStack matrix, float scale)
drawElement
in class PixelmonWidget