net.minecraft.world.item

public record WeatheringCopperItems

dme
net.minecraft.world.item.WeatheringCopperItems
net.minecraft.class_11708
net.minecraft.item.CopperBlockItemSet

Field summary

Modifier and TypeField
private final Item
a
unaffected
comp_4568
unaffected
private final Item
b
exposed
comp_4569
exposed
private final Item
c
weathered
comp_4570
weathered
private final Item
d
oxidized
comp_4571
oxidized
private final Item
e
waxed
comp_4572
waxed
private final Item
f
waxedExposed
comp_4573
waxedExposed
private final Item
g
waxedWeathered
comp_4574
waxedWeathered
private final Item
h
waxedOxidized
comp_4575
waxedOxidized

Constructor summary

ModifierConstructor
public (Item unaffected, Item exposed, Item weathered, Item oxidized, Item waxed, Item waxedExposed, Item waxedWeathered, Item waxedOxidized)

Method summary

Modifier and TypeMethod
public static WeatheringCopperItems
a(eik arg0, Function<dyi, dki> arg1)
create(WeatheringCopperBlocks arg0, Function<Block, Item> arg1)
method_73102(class_11710 arg0, Function<class_2248, class_1792> arg1)
create(CopperBlockSet blockSet, Function<Block, Item> registerFunction)
public com.google.common.collect.ImmutableBiMap<Item, Item>
a()
waxedMapping()
method_73101()
getWaxingMap()
public void
a(Consumer<dki> arg0)
forEach(Consumer<Item> arg0)
method_73103(Consumer<class_1792> arg0)
forEach(Consumer<Item> consumer)
public Item
b()
unaffected()
comp_4568()
unaffected()
public Item
c()
exposed()
comp_4569()
exposed()
public Item
d()
weathered()
comp_4570()
weathered()
public Item
e()
oxidized()
comp_4571()
oxidized()
public Item
f()
waxed()
comp_4572()
waxed()
public Item
g()
waxedExposed()
comp_4573()
waxedExposed()
public Item
h()
waxedWeathered()
comp_4574()
waxedWeathered()
public Item
i()
waxedOxidized()
comp_4575()
waxedOxidized()