net.minecraft.world.item

public class SmithingTemplateItem

extends Item

All mapped superinterfaces:

FeatureElement, ItemLike

cyv
net.minecraft.world.item.SmithingTemplateItem
net.minecraft.class_8052
net.minecraft.item.SmithingTemplateItem
net.minecraft.world.item.SmithingTemplateItem

Field summary

Modifier and TypeField
private static final ChatFormatting
a
TITLE_FORMAT
field_41974
TITLE_FORMATTING
private static final ChatFormatting
b
DESCRIPTION_FORMAT
field_41975
DESCRIPTION_FORMATTING
private static final Component
c
INGREDIENTS_TITLE
field_41977
INGREDIENTS_TEXT
private static final Component
d
APPLIES_TO_TITLE
field_41978
APPLIES_TO_TEXT
private static final Component
m
SMITHING_TEMPLATE_SUFFIX
field_52584
SMITHING_TEMPLATE_TEXT
private static final Component
n
ARMOR_TRIM_APPLIES_TO
field_41980
ARMOR_TRIM_APPLIES_TO_TEXT
private static final Component
o
ARMOR_TRIM_INGREDIENTS
field_41981
ARMOR_TRIM_INGREDIENTS_TEXT
private static final Component
p
ARMOR_TRIM_BASE_SLOT_DESCRIPTION
field_41982
ARMOR_TRIM_BASE_SLOT_DESCRIPTION_TEXT
private static final Component
q
ARMOR_TRIM_ADDITIONS_SLOT_DESCRIPTION
field_41983
ARMOR_TRIM_ADDITIONS_SLOT_DESCRIPTION_TEXT
private static final Component
r
NETHERITE_UPGRADE_APPLIES_TO
field_41984
NETHERITE_UPGRADE_APPLIES_TO_TEXT
private static final Component
s
NETHERITE_UPGRADE_INGREDIENTS
field_41985
NETHERITE_UPGRADE_INGREDIENTS_TEXT
private static final Component
t
NETHERITE_UPGRADE_BASE_SLOT_DESCRIPTION
field_41986
NETHERITE_UPGRADE_BASE_SLOT_DESCRIPTION_TEXT
private static final Component
u
NETHERITE_UPGRADE_ADDITIONS_SLOT_DESCRIPTION
field_41987
NETHERITE_UPGRADE_ADDITIONS_SLOT_DESCRIPTION_TEXT
private static final ResourceLocation
v
EMPTY_SLOT_HELMET
field_41988
EMPTY_ARMOR_SLOT_HELMET_TEXTURE
private static final ResourceLocation
w
EMPTY_SLOT_CHESTPLATE
field_41989
EMPTY_ARMOR_SLOT_CHESTPLATE_TEXTURE
private static final ResourceLocation
x
EMPTY_SLOT_LEGGINGS
field_41990
EMPTY_ARMOR_SLOT_LEGGINGS_TEXTURE
private static final ResourceLocation
y
EMPTY_SLOT_BOOTS
field_41991
EMPTY_ARMOR_SLOT_BOOTS_TEXTURE
private static final ResourceLocation
z
EMPTY_SLOT_HOE
field_41992
EMPTY_SLOT_HOE_TEXTURE
private static final ResourceLocation
A
EMPTY_SLOT_AXE
field_41993
EMPTY_SLOT_AXE_TEXTURE
private static final ResourceLocation
B
EMPTY_SLOT_SWORD
field_41958
EMPTY_SLOT_SWORD_TEXTURE
private static final ResourceLocation
C
EMPTY_SLOT_SHOVEL
field_41959
EMPTY_SLOT_SHOVEL_TEXTURE
private static final ResourceLocation
D
EMPTY_SLOT_PICKAXE
field_41960
EMPTY_SLOT_PICKAXE_TEXTURE
private static final ResourceLocation
E
EMPTY_SLOT_INGOT
field_41961
EMPTY_SLOT_INGOT_TEXTURE
private static final ResourceLocation
F
EMPTY_SLOT_REDSTONE_DUST
field_41962
EMPTY_SLOT_REDSTONE_DUST_TEXTURE
private static final ResourceLocation
G
EMPTY_SLOT_QUARTZ
field_41963
EMPTY_SLOT_QUARTZ_TEXTURE
private static final ResourceLocation
H
EMPTY_SLOT_EMERALD
field_41964
EMPTY_SLOT_EMERALD_TEXTURE
private static final ResourceLocation
I
EMPTY_SLOT_DIAMOND
field_41965
EMPTY_SLOT_DIAMOND_TEXTURE
private static final ResourceLocation
J
EMPTY_SLOT_LAPIS_LAZULI
field_41966
EMPTY_SLOT_LAPIS_LAZULI_TEXTURE
private static final ResourceLocation
K
EMPTY_SLOT_AMETHYST_SHARD
field_42472
EMPTY_SLOT_AMETHYST_SHARD_TEXTURE
private final Component
L
appliesTo
field_41967
appliesToText
private final Component
M
ingredients
field_41968
ingredientsText
private final Component
N
baseSlotDescription
field_41970
baseSlotDescriptionText
private final Component
O
additionsSlotDescription
field_41971
additionsSlotDescriptionText
private final List<ResourceLocation>
P
baseSlotEmptyIcons
field_41972
emptyBaseSlotTextures
private final List<ResourceLocation>
Q
additionalSlotEmptyIcons
field_41973
emptyAdditionsSlotTextures

Constructor summary

ModifierConstructor
public (Component appliesToText, Component ingredientsText, Component baseSlotDescriptionText, Component additionsSlotDescriptionText, List<ResourceLocation> emptyBaseSlotTextures, List<ResourceLocation> emptyAdditionsSlotTextures, Item$Properties settings)

Method summary

Modifier and TypeMethod
public static SmithingTemplateItem
a(cxl$a arg0)
createArmorTrimTemplate(Item$Properties arg0)
method_48418(class_1792$class_1793 arg0)
of(Item$Settings settings)
public static SmithingTemplateItem
b(cxl$a arg0)
createNetheriteUpgradeTemplate(Item$Properties arg0)
method_48420(class_1792$class_1793 arg0)
createNetheriteUpgrade(Item$Settings settings)
private static List<ResourceLocation>
p()
createTrimmableArmorIconList()
method_48414()
getArmorTrimEmptyBaseSlotTextures()
private static List<ResourceLocation>
q()
createTrimmableMaterialIconList()
method_48415()
getArmorTrimEmptyAdditionsSlotTextures()
private static List<ResourceLocation>
r()
createNetheriteUpgradeIconList()
method_48416()
getNetheriteUpgradeEmptyBaseSlotTextures()
private static List<ResourceLocation>
s()
createNetheriteUpgradeMaterialList()
method_48417()
getNetheriteUpgradeEmptyAdditionsSlotTextures()
public void
a(cxp arg0, cxl$b arg1, List<xv> arg2, czh arg3)
appendHoverText(ItemStack arg0, Item$TooltipContext arg1, List<Component> arg2, TooltipFlag arg3)
method_7851(class_1799 arg0, class_1792$class_9635 arg1, List<class_2561> arg2, class_1836 arg3)
appendTooltip(ItemStack arg0, Item$TooltipContext arg1, List<Text> arg2, TooltipType arg3)
public Component
b()
getBaseSlotDescription()
method_48421()
getBaseSlotDescription()
public Component
c()
getAdditionSlotDescription()
method_48422()
getAdditionsSlotDescription()
public List<ResourceLocation>
d()
getBaseSlotEmptyIcons()
method_48423()
getEmptyBaseSlotTextures()
public List<ResourceLocation>
o()
getAdditionalSlotEmptyIcons()
method_48413()
getEmptyAdditionsSlotTextures()