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 void
registerOxidizableBlockPair
(Block less, Block more) Registers a block pair as being able to increase and decrease oxidation.static void
registerWaxableBlockPair
(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
-