Interface IBearingTileEntity
- All Superinterfaces:
IControlContraption
- All Known Implementing Classes:
ClockworkBearingTileEntity,MechanicalBearingTileEntity,WindmillBearingTileEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.simibubi.create.content.contraptions.components.structureMovement.IControlContraption
IControlContraption.MovementMode, IControlContraption.RotationMode -
Method Summary
Modifier and TypeMethodDescriptionfloatgetInterpolatedAngle(float partialTicks) default ValueBoxTransformbooleanvoidsetAngle(float forcedAngle) Methods inherited from interface com.simibubi.create.content.contraptions.components.structureMovement.IControlContraption
attach, getBlockPosition, isAttachedTo, isValid, onStall
-
Method Details
-
getInterpolatedAngle
float getInterpolatedAngle(float partialTicks) -
isWoodenTop
boolean isWoodenTop() -
getMovementModeSlot
-
setAngle
void setAngle(float forcedAngle)
-