public static interface Internals.WidgetsProvider
| Modifier and Type | Method and Description |
|---|---|
Arrow |
createArrow(me.shedaniel.math.Rectangle rectangle) |
BurningFire |
createBurningFire(me.shedaniel.math.Rectangle rectangle) |
Button |
createButton(me.shedaniel.math.Rectangle bounds,
net.minecraft.util.text.ITextComponent text) |
Widget |
createDrawableWidget(DrawableConsumer drawable) |
DrawableConsumer |
createFillRectangleConsumer(me.shedaniel.math.Rectangle rectangle,
int color) |
Label |
createLabel(me.shedaniel.math.Point point,
net.minecraft.util.text.ITextProperties text) |
Panel |
createPanelWidget(me.shedaniel.math.Rectangle bounds) |
Slot |
createSlot(me.shedaniel.math.Point point) |
DrawableConsumer |
createTexturedConsumer(net.minecraft.util.ResourceLocation texture,
int x,
int y,
int width,
int height,
float u,
float v,
int uWidth,
int vHeight,
int textureWidth,
int textureHeight) |
boolean |
isRenderingPanel(Panel panel) |
boolean isRenderingPanel(Panel panel)
Widget createDrawableWidget(DrawableConsumer drawable)
Slot createSlot(me.shedaniel.math.Point point)
Button createButton(me.shedaniel.math.Rectangle bounds, net.minecraft.util.text.ITextComponent text)
Panel createPanelWidget(me.shedaniel.math.Rectangle bounds)
Label createLabel(me.shedaniel.math.Point point, net.minecraft.util.text.ITextProperties text)
Arrow createArrow(me.shedaniel.math.Rectangle rectangle)
BurningFire createBurningFire(me.shedaniel.math.Rectangle rectangle)
DrawableConsumer createTexturedConsumer(net.minecraft.util.ResourceLocation texture, int x, int y, int width, int height, float u, float v, int uWidth, int vHeight, int textureWidth, int textureHeight)
DrawableConsumer createFillRectangleConsumer(me.shedaniel.math.Rectangle rectangle, int color)