net.minecraft.world.item

public class SmithingTemplateItem

extends Item

All mapped superinterfaces:

FeatureElement, ItemLike

dce
net.minecraft.world.item.SmithingTemplateItem
net.minecraft.class_8052

Field summary

Modifier and TypeField
private static final ChatFormatting
a
TITLE_FORMAT
field_41974
private static final ChatFormatting
b
DESCRIPTION_FORMAT
field_41975
private static final Component
c
INGREDIENTS_TITLE
field_41977
private static final Component
d
APPLIES_TO_TITLE
field_41978
private static final Component
o
SMITHING_TEMPLATE_SUFFIX
field_52584
private static final Component
p
ARMOR_TRIM_APPLIES_TO
field_41980
private static final Component
q
ARMOR_TRIM_INGREDIENTS
field_41981
private static final Component
r
ARMOR_TRIM_BASE_SLOT_DESCRIPTION
field_41982
private static final Component
s
ARMOR_TRIM_ADDITIONS_SLOT_DESCRIPTION
field_41983
private static final Component
t
NETHERITE_UPGRADE_APPLIES_TO
field_41984
private static final Component
u
NETHERITE_UPGRADE_INGREDIENTS
field_41985
private static final Component
v
NETHERITE_UPGRADE_BASE_SLOT_DESCRIPTION
field_41986
private static final Component
w
NETHERITE_UPGRADE_ADDITIONS_SLOT_DESCRIPTION
field_41987
private static final ResourceLocation
x
EMPTY_SLOT_HELMET
field_41988
private static final ResourceLocation
y
EMPTY_SLOT_CHESTPLATE
field_41989
private static final ResourceLocation
z
EMPTY_SLOT_LEGGINGS
field_41990
private static final ResourceLocation
A
EMPTY_SLOT_BOOTS
field_41991
private static final ResourceLocation
B
EMPTY_SLOT_HOE
field_41992
private static final ResourceLocation
C
EMPTY_SLOT_AXE
field_41993
private static final ResourceLocation
D
EMPTY_SLOT_SWORD
field_41958
private static final ResourceLocation
E
EMPTY_SLOT_SHOVEL
field_41959
private static final ResourceLocation
F
EMPTY_SLOT_PICKAXE
field_41960
private static final ResourceLocation
G
EMPTY_SLOT_INGOT
field_41961
private static final ResourceLocation
H
EMPTY_SLOT_REDSTONE_DUST
field_41962
private static final ResourceLocation
I
EMPTY_SLOT_QUARTZ
field_41963
private static final ResourceLocation
J
EMPTY_SLOT_EMERALD
field_41964
private static final ResourceLocation
K
EMPTY_SLOT_DIAMOND
field_41965
private static final ResourceLocation
L
EMPTY_SLOT_LAPIS_LAZULI
field_41966
private static final ResourceLocation
M
EMPTY_SLOT_AMETHYST_SHARD
field_42472
private final Component
N
appliesTo
field_41967
private final Component
O
ingredients
field_41968
private final Component
P
baseSlotDescription
field_41970
private final Component
Q
additionsSlotDescription
field_41971
private final List<ResourceLocation>
R
baseSlotEmptyIcons
field_41972
private final List<ResourceLocation>
S
additionalSlotEmptyIcons
field_41973

Constructor summary

ModifierConstructor
public (Component arg0, Component arg1, Component arg2, Component arg3, List<ResourceLocation> arg4, List<ResourceLocation> arg5, Item$Properties arg6)

Method summary

Modifier and TypeMethod
public static SmithingTemplateItem
a(daw$a arg0)
createArmorTrimTemplate(Item$Properties arg0)
method_48418(class_1792$class_1793 arg0)
public static SmithingTemplateItem
b(daw$a arg0)
createNetheriteUpgradeTemplate(Item$Properties arg0)
method_48420(class_1792$class_1793 arg0)
private static List<ResourceLocation>
o()
createTrimmableArmorIconList()
method_48414()
private static List<ResourceLocation>
p()
createTrimmableMaterialIconList()
method_48415()
private static List<ResourceLocation>
q()
createNetheriteUpgradeIconList()
method_48416()
private static List<ResourceLocation>
r()
createNetheriteUpgradeMaterialList()
method_48417()
public void
a(dba arg0, daw$b arg1, dee arg2, Consumer<xk> arg3, dcp arg4)
appendHoverText(ItemStack arg0, Item$TooltipContext arg1, TooltipDisplay arg2, Consumer<Component> arg3, TooltipFlag arg4)
method_67187(class_1799 arg0, class_1792$class_9635 arg1, class_10712 arg2, Consumer<class_2561> arg3, class_1836 arg4)
public Component
a()
getBaseSlotDescription()
method_48421()
public Component
b()
getAdditionSlotDescription()
method_48422()
public List<ResourceLocation>
c()
getBaseSlotEmptyIcons()
method_48423()
public List<ResourceLocation>
n()
getAdditionalSlotEmptyIcons()
method_48413()