public class BaseChiselingContainerScreen<T extends BaseChiselingContainer>
extends com.supermartijn642.core.gui.widget.BaseContainerWidget<T>
| Modifier and Type | Field and Description |
|---|---|
static int |
previewMode
0 - 1 block
1 - row of 3 blocks
2 - 3x3 blocks
|
| Constructor and Description |
|---|
BaseChiselingContainerScreen(net.minecraft.util.text.ITextComponent title) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addWidgets() |
net.minecraft.util.text.ITextComponent |
getNarrationMessage() |
void |
renderBackground(int mouseX,
int mouseY) |
void |
renderForeground(int mouseX,
int mouseY) |
initialize, initializeaddWidget, charTyped, discard, getTooltips, height, isFocused, keyPressed, keyReleased, left, mousePressed, mouseReleased, mouseScrolled, removeWidget, render, renderOverlay, renderTooltips, setFocused, top, update, widthpublic static int previewMode
public BaseChiselingContainerScreen(net.minecraft.util.text.ITextComponent title)
protected void addWidgets()
addWidgets in class com.supermartijn642.core.gui.widget.BaseWidgetpublic net.minecraft.util.text.ITextComponent getNarrationMessage()
public void renderBackground(int mouseX,
int mouseY)
renderBackground in interface com.supermartijn642.core.gui.widget.WidgetrenderBackground in class com.supermartijn642.core.gui.widget.BaseWidgetpublic void renderForeground(int mouseX,
int mouseY)
renderForeground in interface com.supermartijn642.core.gui.widget.WidgetrenderForeground in class com.supermartijn642.core.gui.widget.BaseWidget