public class PonderTag extends java.lang.Object implements IScreenRenderable
| Modifier and Type | Class and Description |
|---|---|
static class |
PonderTag.Highlight |
| Modifier and Type | Field and Description |
|---|---|
static PonderTag |
ARM_TARGETS |
static PonderTag |
CONTRAPTION_ACTOR |
static PonderTag |
CONTRAPTION_ASSEMBLY |
static PonderTag |
CREATIVE |
static PonderTag |
DECORATION |
static PonderTag |
FLUIDS |
static PonderTag |
KINETIC_APPLIANCES |
static PonderTag |
KINETIC_RELAYS |
static PonderTag |
KINETIC_SOURCES |
static PonderTag |
LOGISTICS |
static PonderTag |
MOVEMENT_ANCHOR |
static PonderTag |
REDSTONE |
static PonderTag |
SAILS |
| Constructor and Description |
|---|
PonderTag(net.minecraft.util.ResourceLocation id) |
| Modifier and Type | Method and Description |
|---|---|
PonderTag |
addToIndex() |
PonderTag |
defaultLang(java.lang.String title,
java.lang.String description) |
void |
draw(com.mojang.blaze3d.matrix.MatrixStack ms,
net.minecraft.client.gui.AbstractGui screen,
int x,
int y) |
java.lang.String |
getDescription() |
net.minecraft.util.ResourceLocation |
getId() |
net.minecraft.item.ItemStack |
getMainItem() |
java.lang.String |
getTitle() |
PonderTag |
icon(net.minecraft.util.ResourceLocation location) |
PonderTag |
icon(java.lang.String location) |
PonderTag |
idAsIcon() |
PonderTag |
item(net.minecraft.util.IItemProvider item) |
PonderTag |
item(net.minecraft.util.IItemProvider item,
boolean useAsIcon,
boolean useAsMainItem) |
static void |
register() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdrawpublic static final PonderTag KINETIC_RELAYS
public static final PonderTag KINETIC_SOURCES
public static final PonderTag KINETIC_APPLIANCES
public static final PonderTag FLUIDS
public static final PonderTag LOGISTICS
public static final PonderTag REDSTONE
public static final PonderTag DECORATION
public static final PonderTag CREATIVE
public static final PonderTag MOVEMENT_ANCHOR
public static final PonderTag CONTRAPTION_ACTOR
public static final PonderTag CONTRAPTION_ASSEMBLY
public static final PonderTag SAILS
public static final PonderTag ARM_TARGETS
public net.minecraft.util.ResourceLocation getId()
public net.minecraft.item.ItemStack getMainItem()
public java.lang.String getTitle()
public java.lang.String getDescription()
public PonderTag defaultLang(java.lang.String title, java.lang.String description)
public PonderTag addToIndex()
public PonderTag icon(net.minecraft.util.ResourceLocation location)
public PonderTag icon(java.lang.String location)
public PonderTag idAsIcon()
public PonderTag item(net.minecraft.util.IItemProvider item, boolean useAsIcon, boolean useAsMainItem)
public PonderTag item(net.minecraft.util.IItemProvider item)
public void draw(com.mojang.blaze3d.matrix.MatrixStack ms,
net.minecraft.client.gui.AbstractGui screen,
int x,
int y)
draw in interface IScreenRenderablepublic static void register()