public interface Oxidizable
| Modifier and Type | Method and 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) |
default int getOxidationTime(Random random)
BlockState getOxidationResult(BlockState state)
default void oxidize(World world, BlockState state, BlockPos pos)