Interface UpgradeData.BlockFixer
- All Known Implementing Classes:
UpgradeData.BlockFixers
- Enclosing class:
UpgradeData
public static interface UpgradeData.BlockFixer
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidprocessChunk(LevelAccessor level) updateShape(BlockState state, Direction direction, BlockState neighbour, LevelAccessor level, BlockPos pos, BlockPos neighbourPos)
-
Method Details
-
updateShape
BlockState updateShape(BlockState state, Direction direction, BlockState neighbour, LevelAccessor level, BlockPos pos, BlockPos neighbourPos) -
processChunk
-