Interface TransformableBlock

All Known Implementing Classes:
AbstractChassisBlock, BeltBlock, ChainDriveBlock, ChainGearshiftBlock, DeployerBlock, DirectedDirectionalBlock, DirectionalAxisKineticBlock, EncasedCogwheelBlock, EncasedPipeBlock, FluidPipeBlock, FluidValveBlock, GantryCarriageBlock, GaugeBlock, LinearChassisBlock, MechanicalPistonBlock, RadialChassisBlock, SawBlock, SequencedGearshiftBlock, SmartObserverBlock, ThresholdSwitchBlock
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface TransformableBlock
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.level.block.state.BlockState
    transform(net.minecraft.world.level.block.state.BlockState state, StructureTransform transform)
     
  • Method Details

    • transform

      net.minecraft.world.level.block.state.BlockState transform(net.minecraft.world.level.block.state.BlockState state, StructureTransform transform)