net.minecraft.item

public record CopperBlockItemSet

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

Field summary

Modifier and TypeField
private final Item
unaffected
comp_4568
unaffected
private final Item
exposed
comp_4569
exposed
private final Item
weathered
comp_4570
weathered
private final Item
oxidized
comp_4571
oxidized
private final Item
waxed
comp_4572
waxed
private final Item
waxedExposed
comp_4573
waxedExposed
private final Item
waxedWeathered
comp_4574
waxedWeathered
private final Item
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 CopperBlockItemSet
create(WeatheringCopperBlocks blocks, Function<Block, Item> itemFactory)
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>
waxedMapping()
method_73101()
getWaxingMap()
public void
forEach(Consumer<Item> consumer)
method_73103(Consumer<class_1792> arg0)
forEach(Consumer<Item> consumer)
public Item
unaffected()
comp_4568()
unaffected()
public Item
exposed()
comp_4569()
exposed()
public Item
weathered()
comp_4570()
weathered()
public Item
oxidized()
comp_4571()
oxidized()
public Item
waxed()
comp_4572()
waxed()
public Item
waxedExposed()
comp_4573()
waxedExposed()
public Item
waxedWeathered()
comp_4574()
waxedWeathered()
public Item
waxedOxidized()
comp_4575()
waxedOxidized()