Package net.minecraft.block
Interface Oxidizable
- All Known Implementing Classes:
CopperBlock
,CopperSlabBlock
,CopperStairsBlock
public interface Oxidizable
-
Method Summary
Modifier and Type Method Description BlockState
getOxidationResult(BlockState state)
default int
getOxidationTime(Random random)
default void
oxidize(World world, BlockState state, BlockPos pos)
default void
scheduleOxidation(World world, Block block, BlockPos pos)
-
Method Details
-
getOxidationTime
-
getOxidationResult
-
scheduleOxidation
-
oxidize
-