Class PonderTag
java.lang.Object
com.simibubi.create.foundation.ponder.PonderTag
- All Implemented Interfaces:
ScreenElement
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PonderTagstatic final PonderTagstatic final PonderTagstatic final PonderTagstatic final PonderTagstatic final PonderTagstatic final PonderTagstatic final PonderTagstatic final PonderTagstatic final PonderTagstatic final PonderTagstatic final PonderTagstatic final PonderTag -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefaultLang(String title, String description) net.minecraft.resources.ResourceLocationgetId()net.minecraft.world.item.ItemStackgetTitle()icon(net.minecraft.resources.ResourceLocation location) idAsIcon()item(net.minecraft.world.level.ItemLike item) item(net.minecraft.world.level.ItemLike item, boolean useAsIcon, boolean useAsMainItem) static voidregister()voidrender(com.mojang.blaze3d.vertex.PoseStack ms, int x, int y)
-
Field Details
-
KINETIC_RELAYS
-
KINETIC_SOURCES
-
KINETIC_APPLIANCES
-
FLUIDS
-
LOGISTICS
-
REDSTONE
-
DECORATION
-
CREATIVE
-
MOVEMENT_ANCHOR
-
CONTRAPTION_ACTOR
-
CONTRAPTION_ASSEMBLY
-
SAILS
-
ARM_TARGETS
-
-
Constructor Details
-
PonderTag
public PonderTag(net.minecraft.resources.ResourceLocation id)
-
-
Method Details
-
getId
public net.minecraft.resources.ResourceLocation getId() -
getMainItem
public net.minecraft.world.item.ItemStack getMainItem() -
getTitle
-
getDescription
-
defaultLang
-
addToIndex
-
icon
-
icon
-
idAsIcon
-
item
public PonderTag item(net.minecraft.world.level.ItemLike item, boolean useAsIcon, boolean useAsMainItem) -
item
-
render
public void render(com.mojang.blaze3d.vertex.PoseStack ms, int x, int y) - Specified by:
renderin interfaceScreenElement
-
register
public static void register()
-