java.lang.Object
net.minecraftforge.common.capabilities.CapabilityProvider<net.minecraft.world.level.block.entity.BlockEntity>
net.minecraft.world.level.block.entity.BlockEntity
All Implemented Interfaces:
com.jozufozu.flywheel.backend.api.FlywheelRendered, IBearingTileEntity, IControlContraption, IDisplayAssemblyExceptions, IHaveGoggleInformation, IHaveHoveringInformation, IInteractionChecker, IPartialSafeNBT, net.minecraftforge.common.capabilities.ICapabilityProvider, net.minecraftforge.common.capabilities.ICapabilityProviderImpl<net.minecraft.world.level.block.entity.BlockEntity>, net.minecraftforge.common.capabilities.ICapabilitySerializable<net.minecraft.nbt.CompoundTag>, net.minecraftforge.common.extensions.IForgeBlockEntity, net.minecraftforge.common.util.INBTSerializable<net.minecraft.nbt.CompoundTag>

public class ClockworkBearingTileEntity extends KineticTileEntity implements IBearingTileEntity, IDisplayAssemblyExceptions
  • Field Details

    • hourHand

      protected ControlledContraptionEntity hourHand
    • minuteHand

      protected ControlledContraptionEntity minuteHand
    • hourAngle

      protected float hourAngle
    • minuteAngle

      protected float minuteAngle
    • clientHourAngleDiff

      protected float clientHourAngleDiff
    • clientMinuteAngleDiff

      protected float clientMinuteAngleDiff
    • running

      protected boolean running
    • assembleNextTick

      protected boolean assembleNextTick
    • lastException

      protected AssemblyException lastException
    • operationMode

      protected ScrollOptionBehaviour<com.simibubi.create.content.contraptions.components.structureMovement.bearing.ClockworkBearingTileEntity.ClockHands> operationMode
  • Constructor Details

    • ClockworkBearingTileEntity

      public ClockworkBearingTileEntity(net.minecraft.world.level.block.entity.BlockEntityType<?> type, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
  • Method Details