Package net.fabricmc.fabric.api.registry
Class OxidizableBlocksRegistry
java.lang.Object
net.fabricmc.fabric.api.registry.OxidizableBlocksRegistry
Provides methods for registering oxidizable and waxable blocks.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidregisterOxidizableBlockPair(Block less, Block more) Registers a block pair as being able to increase and decrease oxidation.static voidregisterWaxableBlockPair(Block unwaxed, Block waxed) Registers a block pair as being able to add and remove wax.
-
Method Details
-
registerOxidizableBlockPair
Registers a block pair as being able to increase and decrease oxidation.- Parameters:
less- the variant with less oxidationmore- the variant with more oxidation
-
registerWaxableBlockPair
Registers a block pair as being able to add and remove wax.- Parameters:
unwaxed- the unwaxed variantwaxed- the waxed variant
-