Interface ReceivingKineticBlockEntity

All Known Implementing Classes:
LargeFanBlockEntity

public interface ReceivingKineticBlockEntity
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    propagateRotationFrom(com.simibubi.create.content.kinetics.base.KineticBlockEntity target, net.minecraft.world.level.block.state.BlockState stateFrom, net.minecraft.world.level.block.state.BlockState stateTo, net.minecraft.core.BlockPos diff, boolean connectedViaAxes, boolean connectedViaCogs)
     
  • Method Details

    • propagateRotationFrom

      float propagateRotationFrom(com.simibubi.create.content.kinetics.base.KineticBlockEntity target, net.minecraft.world.level.block.state.BlockState stateFrom, net.minecraft.world.level.block.state.BlockState stateTo, net.minecraft.core.BlockPos diff, boolean connectedViaAxes, boolean connectedViaCogs)
      See Also:
      • KineticBlockEntity.propagateRotationTo(KineticBlockEntity, BlockState, BlockState, BlockPos, boolean, boolean)