net.minecraft.world.level.block

public record WeatheringCopperBlocks

eik
net.minecraft.world.level.block.WeatheringCopperBlocks
net.minecraft.class_11710
net.minecraft.block.CopperBlockSet

Field summary

Modifier and TypeField
private final Block
a
unaffected
comp_4576
unaffected
private final Block
b
exposed
comp_4577
exposed
private final Block
c
weathered
comp_4578
weathered
private final Block
d
oxidized
comp_4579
oxidized
private final Block
e
waxed
comp_4580
waxed
private final Block
f
waxedExposed
comp_4581
waxedExposed
private final Block
g
waxedWeathered
comp_4582
waxedWeathered
private final Block
h
waxedOxidized
comp_4583
waxedOxidized

Constructor summary

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

Method summary

Modifier and TypeMethod
public static <WaxedBlock extends Block, WeatheringBlock extends Block extends WeatheringCopper> WeatheringCopperBlocks
a(String arg0, org.apache.commons.lang3.function.TriFunction<String, Function<emy$d, dyi>, emy$d, dyi> arg1, Function<emy$d, WaxedBlock> arg2, BiFunction<eii$a, emy$d, WeatheringBlock> arg3, Function<eii$a, emy$d> arg4)
create(String arg0, org.apache.commons.lang3.function.TriFunction<String, Function<BlockBehaviour$Properties, Block>, BlockBehaviour$Properties, Block> arg1, Function<BlockBehaviour$Properties, WaxedBlock> arg2, BiFunction<WeatheringCopper$WeatherState, BlockBehaviour$Properties, WeatheringBlock> arg3, Function<WeatheringCopper$WeatherState, BlockBehaviour$Properties> arg4)
method_73123(String arg0, org.apache.commons.lang3.function.TriFunction<String, Function<class_4970$class_2251, class_2248>, class_4970$class_2251, class_2248> arg1, Function<class_4970$class_2251, WaxedBlock> arg2, BiFunction<class_5955$class_5811, class_4970$class_2251, WeatheringBlock> arg3, Function<class_5955$class_5811, class_4970$class_2251> arg4)
create(String baseId, org.apache.commons.lang3.function.TriFunction<String, Function<AbstractBlock$Settings, Block>, AbstractBlock$Settings, Block> registerFunction, Function<AbstractBlock$Settings, WaxedBlock> waxedBlockFactory, BiFunction<Oxidizable$OxidationLevel, AbstractBlock$Settings, WeatheringBlock> unwaxedBlockFactory, Function<Oxidizable$OxidationLevel, AbstractBlock$Settings> settingsFromOxidationLevel)
public com.google.common.collect.ImmutableBiMap<Block, Block>
a()
weatheringMapping()
method_73122()
getOxidizingMap()
public com.google.common.collect.ImmutableBiMap<Block, Block>
b()
waxedMapping()
method_73126()
getWaxingMap()
public com.google.common.collect.ImmutableList<Block>
c()
asList()
method_73128()
getAll()
public void
a(Consumer<dyi> arg0)
forEach(Consumer<Block> arg0)
method_73125(Consumer<class_2248> arg0)
forEach(Consumer<Block> consumer)
public Block
d()
unaffected()
comp_4576()
unaffected()
public Block
e()
exposed()
comp_4577()
exposed()
public Block
f()
weathered()
comp_4578()
weathered()
public Block
g()
oxidized()
comp_4579()
oxidized()
public Block
h()
waxed()
comp_4580()
waxed()
public Block
i()
waxedExposed()
comp_4581()
waxedExposed()
public Block
j()
waxedWeathered()
comp_4582()
waxedWeathered()
public Block
k()
waxedOxidized()
comp_4583()
waxedOxidized()