Class CopperRegistries
java.lang.Object
com.simibubi.create.foundation.block.CopperRegistries
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddWaxable(Supplier<net.minecraft.world.level.block.Block> original, Supplier<net.minecraft.world.level.block.Block> waxed) static voidaddWeathering(Supplier<net.minecraft.world.level.block.Block> original, Supplier<net.minecraft.world.level.block.Block> weathered) static Map<Supplier<net.minecraft.world.level.block.Block>, Supplier<net.minecraft.world.level.block.Block>> static Map<Supplier<net.minecraft.world.level.block.Block>, Supplier<net.minecraft.world.level.block.Block>>
-
Constructor Details
-
CopperRegistries
public CopperRegistries()
-
-
Method Details
-
getWeatheringView
-
getWaxableView
-
addWeathering
-
addWaxable
-